Add link to firewall.cgi when firewall rules ares modified and should be applied. --- html/cgi-bin/fwhosts.cgi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index d6be6c40e..d4d58bb94 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1322,6 +1322,17 @@ sub showmenu { print<
+END + + my $FIREWALL_RELOAD_INDICATOR = "${General::swroot}/firewall/reread"; + + if (-e "$FIREWALL_RELOAD_INDICATOR") { + print <$Lang::tr{'fwdfw reread'} +END + } + + print<
END -- 2.39.2