Revision 3a343d73
Added by Jim Pingle almost 13 years ago
usr/local/www/firewall_schedule_edit.php | ||
---|---|---|
183 | 183 |
$a_schedules[] = $schedule; |
184 | 184 |
} |
185 | 185 |
schedule_sort(); |
186 |
write_config(); |
|
187 |
|
|
188 |
filter_configure(); |
|
189 |
|
|
186 |
if (write_config()) |
|
187 |
filter_configure(); |
|
188 |
|
|
190 | 189 |
header("Location: firewall_schedule.php"); |
191 | 190 |
exit; |
192 | 191 |
|
Also available in: Unified diff
Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.