diff options
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index b36c64f..4d259d4 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -60,6 +60,7 @@ if ($_POST['remove']) { touch($d_shaperconfdirty_path); unset($config['shaper']['enable']); write_config(); + Header("Location: firewall_shaper.php"); } if ($_POST) { |