[pLog-svn] r2073 - plog/tags/plog-1.0.1/config

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue May 24 17:05:37 GMT 2005


Author: oscar
Date: 2005-05-24 17:05:36 +0000 (Tue, 24 May 2005)
New Revision: 2073

Modified:
   plog/tags/plog-1.0.1/config/config.properties.php
Log:
Kids, today's lesson is: never make changes to a folder under the 'tags/' folder, unless it makes things very much easier :)

Sorry I commited my config file to the 1.0.1 tag, as well as my own logging.properties.php that should be replaced
with a stock one with logging disabled... I promise I will be more careful next time! 


Modified: plog/tags/plog-1.0.1/config/config.properties.php
===================================================================
--- plog/tags/plog-1.0.1/config/config.properties.php	2005-05-24 17:03:09 UTC (rev 2072)
+++ plog/tags/plog-1.0.1/config/config.properties.php	2005-05-24 17:05:36 UTC (rev 2073)
@@ -2,9 +2,9 @@
 #
 # database settings
 #
-$config["db_host"] = "localhost";
-$config["db_username"] = "root";
-$config["db_password"] = "1796sz";
-$config["db_database"] = "plog_101";
-$config["db_prefix"] = "plog_";
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
+$config["db_prefix"] = "";
 ?>




More information about the pLog-svn mailing list