mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Merge pull request #1265 from fabianfrz/fix_firewall_rules_edit
fix bug in firewall_rules_edit.php reported by tillsense in the forum…
This commit is contained in:
commit
41b7ecab19
@ -451,7 +451,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
// sort filter items per interface, not really necessary but leaves a bit nicer sorted config.xml behind.
|
||||
filter_rules_sort();
|
||||
system_onfigure_cron();
|
||||
system_configure_cron();
|
||||
// write to config
|
||||
write_config();
|
||||
mark_subsystem_dirty('filter');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user