Commit ba1c4879 authored by Manuel Faux's avatar Manuel Faux

firewall: Added link to setting page to enable firewall

Added a link to the "disabled service" banner of the firewall service, to
enable the firewall.
parent 0a7e8655
...@@ -264,7 +264,10 @@ function print_service_disabled_banner($service) { ...@@ -264,7 +264,10 @@ function print_service_disabled_banner($service) {
switch ($service) { switch ($service) {
case 'firewall': case 'firewall':
case 'filter': case 'filter':
print_warning_box(gettext("The firewall has globally been disabled. Configured rules are currently not enforced.")); print_warning_box(gettext(
"The firewall has globally been disabled and configured rules are currently not enforced. " .
"It can be enabled in the <a href=\"system_advanced_firewall.php\">Firewall and NAT settings</a> page."
));
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment