Redirect back to teh main status page after removing the traffic shaper

This commit is contained in:
Scott Ullrich 2005-11-07 18:58:24 +00:00
parent 7c99b15cee
commit faec4b2e1d

View File

@ -65,7 +65,7 @@ if ($_POST['remove']) {
touch($d_shaperconfdirty_path);
unset($config['shaper']['enable']);
write_config();
Header("Location: firewall_shaper.php");
Header("Location: index.php");
exit;
}