[pLog-svn] r1800 - plog/branches/plog-1.0.1/config

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Apr 11 02:16:26 GMT 2005


Author: mark
Date: 2005-04-11 02:16:24 +0000 (Mon, 11 Apr 2005)
New Revision: 1800

Modified:
   plog/branches/plog-1.0.1/config/config.properties.php
Log:
Remove unknown user and password information from config.properties.php

Modified: plog/branches/plog-1.0.1/config/config.properties.php
===================================================================
--- plog/branches/plog-1.0.1/config/config.properties.php	2005-04-10 22:18:44 UTC (rev 1799)
+++ plog/branches/plog-1.0.1/config/config.properties.php	2005-04-11 02:16:24 UTC (rev 1800)
@@ -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_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
 $config["db_prefix"] = "plog_";
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list