* [PATCH 2/2] fwhosts.cgi: add flag of modified rules of firewall
@ 2023-11-29 8:09 Sebastien GISLAIN
0 siblings, 0 replies; only message in thread
From: Sebastien GISLAIN @ 2023-11-29 8:09 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]
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;
<br><br><table border='0' width='100%'>
<tr><td><form method='post'><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newnet'}' ><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newhost'}' ><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newgrp'}' ><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newlocationgrp'}' ></form></td>
+END
+
+ my $FIREWALL_RELOAD_INDICATOR = "${General::swroot}/firewall/reread";
+
+ if (-e "$FIREWALL_RELOAD_INDICATOR") {
+ print <<END;
+ <td style='font-weight: bold; color: green;'><a href=\'firewall.cgi\'>$Lang::tr{'fwdfw reread'}</a></td>
+END
+ }
+
+ print<<END;
<td align='right'><form method='post'><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newservice'}' ><input type='submit' name='ACTION' value='$Lang::tr{'fwhost newservicegrp'}' ></form></td></tr>
<tr><td colspan='6'></td></tr></table>
END
--
2.39.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-29 8:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29 8:09 [PATCH 2/2] fwhosts.cgi: add flag of modified rules of firewall Sebastien GISLAIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox