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:
Ad Schellevis 2019-08-07 10:52:56 +02:00
parent 06fb809eb6
commit af7d7236df

View File

@ -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'])) {