[Freeswitch-trunk] [commit] r12727 - freeswitch/trunk/scripts/contrib/swk/php/xml_curl
FreeSWITCH SVN
silik0n at freeswitch.org
Tue Mar 24 01:43:20 PDT 2009
Author: silik0n
Date: Tue Mar 24 03:43:19 2009
New Revision: 12727
Log:
you dont need my RFC1918 address in your configs
Modified:
freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSConfig.php
freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSDirectory.php
Modified: freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSConfig.php
==============================================================================
--- freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSConfig.php (original)
+++ freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSConfig.php Tue Mar 24 03:43:19 2009
@@ -45,7 +45,7 @@
public function __construct(){
$dbtype='mysql'; /* Set the Database type */
// $db_hostname = 'localhost'; /* Database Server hostname */
- $db_hostname = '192.168.1.140'; /* Database Server hostname */
+ $db_hostname = '127.0.0.1'; /* Database Server hostname */
$db_port = '3306'; /* Database Server Port */
$db_username = 'root'; /* Database Server username */
$db_password = 'password'; /* Database Server password */
Modified: freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSDirectory.php
==============================================================================
--- freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSDirectory.php (original)
+++ freeswitch/trunk/scripts/contrib/swk/php/xml_curl/FSDirectory.php Tue Mar 24 03:43:19 2009
@@ -45,7 +45,7 @@
public function __construct(){
$dbtype='mysql'; /* Set the Database type */
// $db_hostname = 'localhost'; /* Database Server hostname */
- $db_hostname = '192.168.1.140'; /* Database Server hostname */
+ $db_hostname = '127.0.0.1'; /* Database Server hostname */
$db_port = '3306'; /* Database Server Port */
$db_username = 'root'; /* Database Server username */
$db_password = 'password'; /* Database Server password */
More information about the Freeswitch-trunk
mailing list