[prev in list] [next in list] [prev in thread] [next in thread] 

List:       phpslash
Subject:    [PHPSLASH] cvs commit
From:       nathan <phpslash () lists ! netuse ! de>
Date:       2000-02-29 16:57:53
[Download RAW message or body]

From: nathan
Date: Tue Feb 29 17:57:53 2000
Modified files:
      phpslash/CHANGES
      phpslash/public_html/config.php3

Log message:

Minor Fixes in Changelog, fixed some defaults in config.php3


Index: phpslash/CHANGES
diff -u phpslash/CHANGES:1.58 phpslash/CHANGES:1.59
--- phpslash/CHANGES:1.58	Mon Feb 28 19:12:47 2000
+++ phpslash/CHANGES	Tue Feb 29 17:57:21 2000
@@ -1,5 +1,16 @@
-$Id: CHANGES,v 1.58 2000/02/28 18:12:47 nathan Exp $
+$Id: CHANGES,v 1.59 2000/02/29 16:57:21 nathan Exp $
 
+2000-Feb-29 10:40AM EST nathan hruby <nhruby@arches.uga.edu>
+o Changed config.php3 to reflect defaults for MySQL user info
+  instead of my devel defaults (all things changed, don't even try)
+o Additional note to last patch set:
+  Chnged halt() function in config.php3 to report MySQL errors > 0
+  using the new info-log code.  This should leave a note for you in
+  admin every time a db session dies a horrible death (provided you're
+  using the slashDB schema, if not, you're SOL)  Handy for finding out
+  where those pesky add/stripslashes() need to be and other fun little db 
+  issues.
+
 2000-Feb-28 10:13AM EST nathan hruby <nhruby@arches.uga.edu>
 o Added policySubmit.inc in replacement of policy.inc (Just to 
   keep things straight)
@@ -7,7 +18,7 @@
 2000-Feb-28 10:05AM EST nathan hruby <nhruby@arches.uga.edu>
 o Forgot to add policyEmail.inc
 o Added the backend.php3 file
-o Added CVS ID tags to added files
+o Added CVS ID tags to added files (Hope this worked!)
 
 2000-Feb-28 9:55AM EST nathan hruby <nhruby@arches.uga.edu>
 o Added a info logging capability Patch by doug
Index: phpslash/public_html/config.php3
diff -u phpslash/public_html/config.php3:1.40 phpslash/public_html/config.php3:1.41
--- phpslash/public_html/config.php3:1.40	Mon Feb 28 15:58:54 2000
+++ phpslash/public_html/config.php3	Tue Feb 29 17:57:22 2000
@@ -31,9 +31,9 @@
 
   /**** Remember to change the below items to match your db   *****/
   var $Host = "localhost";
-  var $Database = "phpslash";         // default: slashdot
-  var $User = "phpslash";             // default: www-data 
-  var $Password = "foobar";           // default: www123 
+  var $Database = "slashdot";         // default: slashdot
+  var $User = "www-data";             // default: www-data 
+  var $Password = "www123";           // default: www123 
 
 /********************************************************************** 
                              END USER CONFIG  


-
PHP3 Base Library Mailing List. Send messages to <phpslash@lists.netuse.de>.
To unsubscribe, send "unsubscribe" to <phpslash-request@lists.netuse.de> in
the body, not the subject, of your message.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic