mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Redirect back to teh main status page after removing the traffic shaper
This commit is contained in:
parent
7c99b15cee
commit
faec4b2e1d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user