Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5094/lib
Modified Files:
userauth.php
Log Message:
Minor typo fix.
Index: userauth.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/userauth.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** userauth.php 2001/02/16 04:43:08 1.4
--- userauth.php 2001/03/14 19:45:12 1.5
***************
*** 144,149 ****
if (!defined('ADMIN_USER') || !defined('ADMIN_PASSWD')
|| ADMIN_USER == '' || ADMIN_PASSWD =='') {
! return "<p><b>You must set the administrator account and password"
! . "before you can log in.</b></p>\n";
}
--- 144,149 ----
if (!defined('ADMIN_USER') || !defined('ADMIN_PASSWD')
|| ADMIN_USER == '' || ADMIN_PASSWD =='') {
! return "<p><b>You must set the administrator account and password " .
! "before you can log in.</b></p>\n";
}
|