Configure filter after removing shaper.

Could be related to Ticket #856
This commit is contained in:
Scott Ullrich 2006-03-25 00:12:26 +00:00
parent d69784b020
commit 73335292bb

View File

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