diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-11-06 22:53:17 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-11-06 22:53:17 +0000 |
commit | 501d5f987f2d444edd1de159a5ae40b1ddc7f966 (patch) | |
tree | 987f20cae62db2e2702fe9556320fb0208ce0513 /usr | |
parent | 9ce3c3653fc0c0f592cc4cdb9a496ca808ddf6f2 (diff) | |
download | pfsense-501d5f987f2d444edd1de159a5ae40b1ddc7f966.zip pfsense-501d5f987f2d444edd1de159a5ae40b1ddc7f966.tar.gz |
Remove unused code.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_misc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php index 3de4de4..b64985a 100644 --- a/usr/local/www/system_advanced_misc.php +++ b/usr/local/www/system_advanced_misc.php @@ -45,7 +45,6 @@ require("guiconfig.inc"); $pconfig['harddiskstandby'] = $config['system']['harddiskstandby']; $pconfig['lb_use_sticky'] = isset($config['system']['lb_use_sticky']); -$pconfig['shapertype'] = $config['system']['shapertype']; $pconfig['preferoldsa_enable'] = isset($config['ipsec']['preferoldsa']); if ($_POST) { @@ -69,8 +68,6 @@ if ($_POST) { else unset($config['system']['lb_use_sticky']); - $config['system']['shapertype'] = $_POST['shapertype']; - $config['ipsec']['preferoldsa'] = $_POST['preferoldsa_enable'] ? true : false; write_config(); |