From 970ca1b7831950086e79aa63e54ae6eaf51dbdca Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Tue, 28 Feb 2012 17:33:32 -0500 Subject: Moved beep option to notifications page --- usr/local/www/system_advanced_admin.php | 15 --------------- usr/local/www/system_advanced_notifications.php | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 15 deletions(-) (limited to 'usr') diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php index a83ddee..84070fc 100644 --- a/usr/local/www/system_advanced_admin.php +++ b/usr/local/www/system_advanced_admin.php @@ -55,7 +55,6 @@ $pconfig['max_procs'] = ($config['system']['webgui']['max_procs']) ? $config['sy $pconfig['ssl-certref'] = $config['system']['webgui']['ssl-certref']; $pconfig['disablehttpredirect'] = isset($config['system']['webgui']['disablehttpredirect']); $pconfig['disableconsolemenu'] = isset($config['system']['disableconsolemenu']); -$pconfig['disablebeep'] = isset($config['system']['disablebeep']); $pconfig['noantilockout'] = isset($config['system']['webgui']['noantilockout']); $pconfig['nodnsrebindcheck'] = isset($config['system']['webgui']['nodnsrebindcheck']); $pconfig['nohttpreferercheck'] = isset($config['system']['webgui']['nohttpreferercheck']); @@ -142,11 +141,6 @@ if ($_POST) { auto_login(); } - if($_POST['disablebeep'] == "yes") - $config['system']['disablebeep'] = true; - else - unset($config['system']['disablebeep']); - if ($_POST['noantilockout'] == "yes") $config['system']['webgui']['noantilockout'] = true; else @@ -401,15 +395,6 @@ function prot_change() { - - - /> - -
- - - - + + + + + + + + /> + +
+ + +   -- cgit v1.1