shaper, not filter is dirty

This commit is contained in:
Bill Marquette 2005-03-06 20:17:41 +00:00
parent a722f381fe
commit 89cc63eeaf

View File

@ -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;
}