SOURCES: asterisk-stat-config.php - add <?php and ?>

wolvverine wolvverine at pld-linux.org
Sat May 27 17:29:02 CEST 2006


Author: wolvverine                   Date: Sat May 27 15:29:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add <?php and ?>

---- Files affected:
SOURCES:
   asterisk-stat-config.php (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/asterisk-stat-config.php
diff -u SOURCES/asterisk-stat-config.php:1.2 SOURCES/asterisk-stat-config.php:1.3
--- SOURCES/asterisk-stat-config.php:1.2	Fri May 26 16:35:33 2006
+++ SOURCES/asterisk-stat-config.php	Sat May 27 17:28:56 2006
@@ -1,4 +1,4 @@
-
+<?php
 define ("WEBROOT", "http://localhost/asterisk-stat/");
 define ("FSROOT", "/usr/share/asterisk-stat/");
 
@@ -11,4 +11,5 @@
 define ("DBNAME", "cdrasterisk");
 define ("DB_TYPE", "postgres"); // mysql or postgres
 
-define ("DB_TABLENAME", "cdr");
\ No newline at end of file
+define ("DB_TABLENAME", "cdr");
+?>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/asterisk-stat-config.php?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list