Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv31075
Modified Files:
first.php
Log Message:
Fix double-footer problem
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** first.php 21 Jun 2003 15:48:35 -0000 1.2
--- first.php 21 Jun 2003 21:01:23 -0000 1.3
***************
*** 90,94 ****
");
showlogin();
! include("$footer");
} else {
if(is_readable("config/headers.php")) {
--- 90,94 ----
");
showlogin();
! die(include("$footer"));
} else {
if(is_readable("config/headers.php")) {
|