mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firewall, rules. use same message as other legacy pages, which also informs the user about HAsync when needed. The background note is not very relevant anyway.
This commit is contained in:
parent
06fb809eb6
commit
af7d7236df
@ -225,7 +225,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
system_cron_configure();
|
||||
filter_configure();
|
||||
clear_subsystem_dirty('filter');
|
||||
$savemsg = gettext('The settings have been applied and the rules are now reloading in the background.');
|
||||
$savemsg = get_std_save_message();
|
||||
} elseif (isset($pconfig['act']) && $pconfig['act'] == 'del' && isset($id)) {
|
||||
// delete single item
|
||||
if (!empty($a_filter[$id]['associated-rule-id'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user