[Freeswitch-svn] [commit] r12040 - freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl
FreeSWITCH SVN
mphill at freeswitch.org
Sun Feb 15 20:56:14 PST 2009
Author: mphill
Date: Sun Feb 15 22:56:14 2009
New Revision: 12040
Log:
Some more sane defaults
Modified:
freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/global_defines.php
Modified: freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/global_defines.php
==============================================================================
--- freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/global_defines.php (original)
+++ freeswitch/trunk/scripts/contrib/intralanman/PHP/fs_curl/global_defines.php Sun Feb 15 22:56:14 2009
@@ -17,11 +17,11 @@
/**
* Defines the default dsn login for the PDO class
*/
-define('DEFAULT_DSN_LOGIN', 'root');
+define('DEFAULT_DSN_LOGIN', 'freeswitch');
/**
* Defines the default dsn password for the PDOclass
*/
-define('DEFAULT_DSN_PASSWORD', 'aasml2009');
+define('DEFAULT_DSN_PASSWORD', 'fr33sw1tch');
/**
* Generic return success
*/
More information about the Freeswitch-svn
mailing list