Revision 73335292
Added by Scott Ullrich over 19 years ago
usr/local/www/firewall_shaper.php | ||
---|---|---|
68 | 68 |
touch($d_shaperconfdirty_path); |
69 | 69 |
unset($config['shaper']['enable']); |
70 | 70 |
write_config(); |
71 |
filter_configure(); |
|
71 | 72 |
Header("Location: index.php"); |
72 | 73 |
exit; |
73 | 74 |
} |
Also available in: Unified diff
Configure filter after removing shaper.
Could be related to Ticket #856