Update of /cvsroot/phpwiki/phpwiki/admin
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4432
Modified Files:
wiki_auth.php3
Log Message:
removed default admin/pwd pair -- Steve should change his password :o)
Index: wiki_auth.php3
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/admin/wiki_auth.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** wiki_auth.php3 2000/10/08 17:43:06 1.2
--- wiki_auth.php3 2000/10/22 13:59:22 1.3
***************
*** 2,7 ****
// set these to your preferences. For heaven's sake
// pick a good password!
! $wikiadmin = "wiki";
! $adminpasswd = "wolowolo";
// Do not tolerate sloppy systems administration
--- 2,7 ----
// set these to your preferences. For heaven's sake
// pick a good password!
! $wikiadmin = "";
! $adminpasswd = "";
// Do not tolerate sloppy systems administration
|