]> git.pld-linux.org Git - packages/asterisk-stat.git/commitdiff
- corect path
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 26 May 2006 14:35:33 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-stat-config.php -> 1.2

asterisk-stat-config.php

index 386e2a484329f57372ca0c19b84d44c43d0150a2..8837676b1bb89ecb9b7817e1430ddd8c43142277 100644 (file)
@@ -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", "");
This page took 0.091994 seconds and 4 git commands to generate.