diff --git a/components/signup-admin.php b/components/signup-admin.php index 1e8f78aa1a1819eaf0c8de93de561a4dbbe96898..f0dc026bfdab824eac240abf30b1891dcdeb232b 100644 --- a/components/signup-admin.php +++ b/components/signup-admin.php @@ -2,7 +2,7 @@ // Config options $permission="sucsstaff"; // TODO: DEV: UNSTICK THIS BEFORE DEPLOY -if (isset($session->groups[$permission]) || true) { +if (isset($session->groups[$permission])) { $smarty->assign("staff",TRUE); // connect to sucs database