diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 6b1b7e56a6..2ca5f1e24d 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; }