Merge pull request #165 from TheSerapher/issue-163
removing debug dump output
This commit is contained in:
commit
fc8ad9eee9
@ -5,7 +5,6 @@ if (!defined('SECURITY')) die('Hacking attempt');
|
|||||||
if (!$_SESSION['AUTHENTICATED']) header('Location: index.php?page=home');
|
if (!$_SESSION['AUTHENTICATED']) header('Location: index.php?page=home');
|
||||||
|
|
||||||
if ($_REQUEST['do'] == 'save') {
|
if ($_REQUEST['do'] == 'save') {
|
||||||
var_dump($_REQUEST['data']);
|
|
||||||
if ($notification->updateSettings($_SESSION['USERDATA']['id'], $_REQUEST['data'])) {
|
if ($notification->updateSettings($_SESSION['USERDATA']['id'], $_REQUEST['data'])) {
|
||||||
$_SESSION['POPUP'][] = array('CONTENT' => 'Updated notification settings');
|
$_SESSION['POPUP'][] = array('CONTENT' => 'Updated notification settings');
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user