Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24465/config
Modified Files:
Tag: REL1_1_BRANCH
first.php
Log Message:
syntax error
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.37.2.3
retrieving revision 1.37.2.4
diff -C2 -d -r1.37.2.3 -r1.37.2.4
*** first.php 25 Aug 2005 00:16:31 -0000 1.37.2.3
--- first.php 25 Aug 2005 00:30:17 -0000 1.37.2.4
***************
*** 126,130 ****
the password for that account has been changed, or the MySQL settings are incorrect.</p>");
showlogin();
! include_once($footer)
die;
} else {
--- 126,130 ----
the password for that account has been changed, or the MySQL settings are incorrect.</p>");
showlogin();
! include_once($footer);
die;
} else {
|