[Openfirst-cvscommit] members/phpicalendar admin.php,1.2,1.3
Brought to you by:
xtimg
From: <xt...@us...> - 2003-12-23 14:51:33
|
Update of /cvsroot/openfirst/members/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv17606 Modified Files: admin.php Log Message: Repair admin.php which seems to have been broken in error by a previous commit. Index: admin.php =================================================================== RCS file: /cvsroot/openfirst/members/phpicalendar/admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin.php 21 Dec 2003 23:17:20 -0000 1.2 --- admin.php 23 Dec 2003 14:51:30 -0000 1.3 *************** *** 7,11 **** // Redirect if administration is not allowed. Now includes openFIRST modifications. ! if ($allow_admin != "yes" || isset($user->membertype) == false || $user->membertype != "administrator") {) { header("Location: index.php"); die(); --- 7,11 ---- // Redirect if administration is not allowed. Now includes openFIRST modifications. ! if ($allow_admin != "yes" || isset($user->membertype) == false || $user->membertype != "administrator") { header("Location: index.php"); die(); |