Revision 9d9d5dac
Added by Scott Ullrich about 20 years ago
usr/local/www/firewall_shaper.php | ||
---|---|---|
61 | 61 |
unset($config['shaper']['enable']); |
62 | 62 |
write_config(); |
63 | 63 |
Header("Location: firewall_shaper.php"); |
64 |
exit; |
|
64 | 65 |
} |
65 | 66 |
|
66 | 67 |
if ($_POST) { |
Also available in: Unified diff
Make sure script exits after Header() redirect