[pLog-svn] r5504 - plog/trunk/config

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 7 02:32:27 EDT 2007


Author: mark
Date: 2007-06-07 02:32:27 -0400 (Thu, 07 Jun 2007)
New Revision: 5504

Modified:
   plog/trunk/config/config.properties.php
Log:
oops, commit the wrong file.

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2007-06-07 06:20:43 UTC (rev 5503)
+++ plog/trunk/config/config.properties.php	2007-06-07 06:32:27 UTC (rev 5504)
@@ -27,12 +27,12 @@
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
 $config['db_driver'] = 'mysql';
-$config['db_host'] = 'localhost';
-$config['db_username'] = 'root';
-$config['db_password'] = 'guitar';
-$config['db_database'] = 'lifetype_13';
+$config['db_host'] = '';
+$config['db_username'] = '';
+$config['db_password'] = '';
+$config['db_database'] = '';
 $config["db_persistent"] = true;
-$config['db_character_set'] = 'utf8';
+$config['db_character_set'] = '';
 
 #
 # the database prefix will be appended to the name of each database tables in case you want



More information about the pLog-svn mailing list