Revision bf21c7e5
Added by Scott Ullrich over 20 years ago
usr/local/www/firewall_shaper.php | ||
---|---|---|
57 | 57 |
|
58 | 58 |
if ($_POST['apply'] || $_POST['submit']) { |
59 | 59 |
$retval = 0; |
60 |
if (!file_exists($d_sysrebootreqd_path)) { |
|
61 |
config_lock(); |
|
62 |
$retval = shaper_configure(); |
|
63 |
config_unlock(); |
|
64 |
} |
|
65 | 60 |
$savemsg = get_std_save_message($retval); |
66 | 61 |
if ($retval == 0) { |
67 | 62 |
if (file_exists($d_shaperconfdirty_path)) |
Also available in: Unified diff
Improve shaper port handling