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