Remove unnecessary exit calls after redirect() and util_show_error_page() calls
This commit is contained in:
@@ -19,10 +19,7 @@ $aClean['iConfirmed'] = makeSafe($_POST['iConfirmed']);
|
||||
$aClean['iSuperMaintainer'] = makeSafe($_POST['iSuperMaintainer']);
|
||||
|
||||
if(!$_SESSION['current']->isLoggedIn())
|
||||
{
|
||||
util_show_error_page("You need to be logged in to resign from being a maintainer.");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
if($aClean['iConfirmed'])
|
||||
|
||||
Reference in New Issue
Block a user