Update of /cvsroot/phpwiki/phpwiki
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19217
Modified Files:
admin.php
Log Message:
removed default user/pwd
Index: admin.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/admin.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin.php 2000/11/08 15:32:34 1.1
--- admin.php 2000/11/08 15:43:46 1.2
***************
*** 10,15 ****
// set these to your preferences. For heaven's sake
// pick a good password!
! $wikiadmin = "wiki";
! $adminpasswd = "wiki";
// Do not tolerate sloppy systems administration
--- 10,15 ----
// set these to your preferences. For heaven's sake
// pick a good password!
! $wikiadmin = "";
! $adminpasswd = "";
// Do not tolerate sloppy systems administration
|