Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv1654
Modified Files:
install.php
Log Message:
Fix error in install.php that was preventing it from working.
Index: install.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/install.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** install.php 28 Jun 2003 17:29:29 -0000 1.12
--- install.php 29 Jun 2003 03:35:14 -0000 1.13
***************
*** 30,33 ****
--- 30,35 ----
include("../config/globals.php");
include($header);
+
+ if(isset($user->user) == true && $user->membertype == "administrator") {
?>
|