opnsense-ports/www/asterisk-stat/files/pgsql__patch-defines.php
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
605 B
PHP

--- lib/defines.php.orig Tue Mar 8 04:07:23 2005
+++ lib/defines.php Sat Jun 23 07:26:44 2007
@@ -1,7 +1,7 @@
<?php
define ("WEBROOT", "http://domainname.com/asterisk-stat/");
-define ("FSROOT", "/var/www/html/HTTP2/Asterisk/asterisk-stat-v2/");
+define ("FSROOT", "/usr/local/www/asterisk-stat/");
@@ -10,9 +10,9 @@
define ("HOST", "localhost");
define ("PORT", "5432");
-define ("USER", "postgres");
+define ("USER", "asterisk");
define ("PASS", "");
-define ("DBNAME", "cdrasterisk");
+define ("DBNAME", "asterisk");
define ("DB_TYPE", "postgres"); // mysql or postgres