summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-22 06:25:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-22 06:25:56 +0000
commitbf21c7e5b662e17ef13d9f758540dea7fd761f31 (patch)
tree32b5018a0c4fec9b5356818938c85c0b824debd8 /usr/local/www/firewall_shaper.php
parentb6f87f462658c1b3ce039682119efa14bc4ef70a (diff)
downloadpfsense-bf21c7e5b662e17ef13d9f758540dea7fd761f31.zip
pfsense-bf21c7e5b662e17ef13d9f758540dea7fd761f31.tar.gz
Improve shaper port handling
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 5bb61e4..c574979 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -57,11 +57,6 @@ if ($_POST) {
if ($_POST['apply'] || $_POST['submit']) {
$retval = 0;
- if (!file_exists($d_sysrebootreqd_path)) {
- config_lock();
- $retval = shaper_configure();
- config_unlock();
- }
$savemsg = get_std_save_message($retval);
if ($retval == 0) {
if (file_exists($d_shaperconfdirty_path))
OpenPOWER on IntegriCloud