SOURCES: asterisk-stat-config.php - corect path

wolvverine wolvverine at pld-linux.org
Fri May 26 16:35:38 CEST 2006


Author: wolvverine                   Date: Fri May 26 14:35:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- corect path

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

---- Diffs:

================================================================
Index: SOURCES/asterisk-stat-config.php
diff -u SOURCES/asterisk-stat-config.php:1.1 SOURCES/asterisk-stat-config.php:1.2
--- SOURCES/asterisk-stat-config.php:1.1	Fri May 26 12:28:09 2006
+++ SOURCES/asterisk-stat-config.php	Fri May 26 16:35:33 2006
@@ -1,10 +1,10 @@
 
-define ("WEBROOT", "http://domainname.com/asterisk-stat/");
-define ("FSROOT", "/var/www/html/HTTP2/Asterisk/asterisk-stat-v2/");
+define ("WEBROOT", "http://localhost/asterisk-stat/");
+define ("FSROOT", "/usr/share/asterisk-stat/");
 
 define ("LIBDIR", FSROOT."lib/");
 
-define ("HOST", "localhost");
+define ("HOST", "localhost"); //database host
 define ("PORT", "5432");
 define ("USER", "postgres");
 define ("PASS", "");
================================================================

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



More information about the pld-cvs-commit mailing list