From 196440c8b881a650eedfbb526cfda41cbecd22c4 Mon Sep 17 00:00:00 2001 From: lgcosta Date: Tue, 22 Feb 2011 09:25:10 -0300 Subject: reversal of accidentally deleted files Revert "Add Global reply-to disable checkbox, resolves the issue #1137" This reverts commit c646776871dacebcaa4225b083aa0789dc0bfba6. --- usr/local/www/system_advanced_firewall.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php index d87bb64..38d12c1 100644 --- a/usr/local/www/system_advanced_firewall.php +++ b/usr/local/www/system_advanced_firewall.php @@ -56,7 +56,6 @@ $pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout']; $pconfig['optimization'] = $config['filter']['optimization']; $pconfig['maximumstates'] = $config['system']['maximumstates']; $pconfig['maximumtableentries'] = $config['system']['maximumtableentries']; -$pconfig['disablereplyto'] = isset($config['system']['disablereplyto']); $pconfig['disablenatreflection'] = $config['system']['disablenatreflection']; if (!isset($config['system']['enablebinatreflection'])) $pconfig['disablebinatreflection'] = "yes"; @@ -125,13 +124,6 @@ if ($_POST) { else $config['system']['enablebinatreflection'] = "yes"; - if($_POST['disablereplyto'] == "yes") { - $config['system']['disablereplyto'] = $_POST['disablereplyto']; - } else { - unset($config['system']['disablereplyto']); - } - - if($_POST['enablenatreflectionhelper'] == "yes") $config['system']['enablenatreflectionhelper'] = "yes"; else @@ -333,18 +325,6 @@ function update_description(itemnum) { - Disable reply-to - - /> - -
- -
- - - -   1): ?> -- cgit v1.1