'hash'=>'tabHash'
This commit is contained in:
parent
fd8bb1cb21
commit
879b912d0a
@ -20,7 +20,7 @@ checkRole(array('admin'));
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
editSettings($_POST);
|
||||
Redirect::page('settings'.(isset($_POST['hash'])?$_POST['hash'].'/':''));
|
||||
Redirect::page('settings'.(isset($_POST['tabHash'])?$_POST['tabHash'].'/':''));
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user