diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index b1e397a415..9538c86804 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -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; }