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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Nov 6 20:02:06 GMT 2006


Author: oscar
Date: 2006-11-06 20:02:06 +0000 (Mon, 06 Nov 2006)
New Revision: 4252

Modified:
   plog/trunk/config/config.properties.php
Log:
sorry, my fault, I checked this file in with my database connection settings in it


Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2006-11-06 19:50:48 UTC (rev 4251)
+++ plog/trunk/config/config.properties.php	2006-11-06 20:02:06 UTC (rev 4252)
@@ -26,12 +26,12 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config['db_host'] = 'localhost';
-$config['db_username'] = 'root';
-$config['db_password'] = '1796sz';
-$config['db_database'] = 'lifetype_104';
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
 $config["db_persistent"] = true;
-$config['db_character_set'] = 'latin1';
+$config["db_character_set"] = "default";
 
 #
 # the database prefix will be appended to the name of each database tables in case you want
@@ -40,5 +40,5 @@
 # coexist in the same unique database. If you change this after the initial configuration done
 # with the installation wizard, please make sure that you also rename the tables.
 #
-$config['db_prefix'] = 'lt_';
+$config["db_prefix"] = "";
 ?>



More information about the pLog-svn mailing list