diff options
Diffstat (limited to 'shorewall-status-html.lsp')
-rw-r--r-- | shorewall-status-html.lsp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp index bb9a0d7..d4ba1f6 100644 --- a/shorewall-status-html.lsp +++ b/shorewall-status-html.lsp @@ -12,18 +12,6 @@ <dt>Program reports</dt> <dd><?= view.status.state ?></dd> - -<? --[[ ?> -<H2>MANAGEMENT</H2> -<dt>Preform check of configs</dt> -<dd><form name="check" action="" method="POST"><input type="submit" name="cmd" value="check" class="submit"></form></dd> -<? --]] ?> - -<? --[[ ?> -<dt>Preform fw restart</dt> -<dd><form name="restart" action="" method="POST"><input type="submit" name="cmd" value="restart" class="submit"></form><? if (view.programstats.restart) then io.write(view.programstats.restart) end ?></dd> -<? --]] ?> - <? --[[ DEBUG INFORMATION require("debugs") |