From 89cc63eeaf77d856b4e11bc250e2c085e5c5116f Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 6 Mar 2005 20:17:41 +0000 Subject: [PATCH] shaper, not filter is dirty --- usr/local/www/firewall_shaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }