summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 6b1b7e5..2ca5f1e 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -150,7 +150,7 @@ if ($_GET['act'] == "del") {
$a_shaper = $a_shaper_new;
write_config();
- touch($d_filterconfdirty_path);
+ touch($d_shaperconfdirty_path);
header("Location: firewall_shaper.php");
exit;
}
OpenPOWER on IntegriCloud