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

francesc at devel.plogworld.net francesc at devel.plogworld.net
Tue Jan 11 22:37:06 GMT 2005


Author: francesc
Date: 2005-01-11 22:37:06 +0000 (Tue, 11 Jan 2005)
New Revision: 735

Modified:
   plog/trunk/config/config.properties.php
Log:
Oops changed config.properties.php on last commit, reverting to good one ... O:)

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2005-01-11 22:25:07 UTC (rev 734)
+++ plog/trunk/config/config.properties.php	2005-01-11 22:37:06 UTC (rev 735)
@@ -2,9 +2,9 @@
 #
 # database settings
 #
-$config["db_host"] = "localhost";
-$config["db_username"] = "root";
-$config["db_password"] = "1796sz";
-$config["db_database"] = "plog_10";
-$config["db_prefix"] = "plog_";
-?>
\ No newline at end of file
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
+$config["db_prefix"] = "";
+?>




More information about the pLog-svn mailing list