summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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