[Openfirst-cvscommit] base/config modules.php,1.2,1.3 install.php,1.10,1.11 index.php,1.2,1.3
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-28 15:38:43
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv11442 Modified Files: modules.php install.php index.php Log Message: Removed membersmenu() Index: modules.php =================================================================== RCS file: /cvsroot/openfirst/base/config/modules.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** modules.php 27 Jun 2003 20:14:43 -0000 1.2 --- modules.php 28 Jun 2003 15:37:58 -0000 1.3 *************** *** 31,36 **** include($header); - membersmenu($user->membertype); - // Check if user is actually an admin if($user->membertype == "administrator") { --- 31,34 ---- *************** *** 38,42 **** // Check if user wishes to make updates if(ISSET($_POST['update'])){ ! // Query for current module information and loop through with while $query = mysql_query("SELECT * FROM ofirst_config"); --- 36,40 ---- // Check if user wishes to make updates if(ISSET($_POST['update'])){ ! // Query for current module information and loop through with while $query = mysql_query("SELECT * FROM ofirst_config"); Index: install.php =================================================================== RCS file: /cvsroot/openfirst/base/config/install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** install.php 24 Jun 2003 13:44:19 -0000 1.10 --- install.php 28 Jun 2003 15:37:58 -0000 1.11 *************** *** 33,37 **** membersmenu($user->membertype); - if($user->membertype == "administrator") { ?> --- 33,36 ---- Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 27 Jun 2003 20:14:16 -0000 1.2 --- index.php 28 Jun 2003 15:37:58 -0000 1.3 *************** *** 31,35 **** include($header); if(isset($user->user) == true && $user->membertype == "administrator") { - membersmenu($user->membertype); ?> <h1>OpenFIRST Configuration Area</h1> --- 31,34 ---- |