From 6969a341d6f6435ff0b172e8ba8fce5e40fe8571 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 14:48:31 +0000 Subject: Deleted obsolete file --- shorewall-confirmation-html.lsp | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 shorewall-confirmation-html.lsp diff --git a/shorewall-confirmation-html.lsp b/shorewall-confirmation-html.lsp deleted file mode 100644 index 8cef35e..0000000 --- a/shorewall-confirmation-html.lsp +++ /dev/null @@ -1,37 +0,0 @@ -<% local view = ... %> - -

SECURITY CONFIRMATION

- -

Are you sure you want to preform the previous action?

-

You should be aware that a wrong-configured firewall combined with wrong action could lead to lost communication.

-

If you know what you are doing, you can safely confirm you action below.

-

If you are not sure what you are doing, you should go back and check your configurations and maybe do a 'check config' to see status on your configurations.

- -
-
Undo and go back
-
- -
-
- -
-
Preform check of configs
-
" method="POST">
-
- -<% if (view.previousaction) then %> -
-
Confirm action
-
-
- -
-
-
-<% elseif (view.startstop) and (view.startstop.cmdresult) then %> -
-
Result of previous action
-
<%= view.startstop.cmdresult %>
-
-<% end %> - -- cgit v1.2.3