From 7cd319e88461c9ef700d4925b236b5091aef00a1 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Sat, 1 Dec 2007 08:19:17 +0000 Subject: Cleaning up dir and some code git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@397 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-edit-html.lsp | 38 ++++++-------------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) (limited to 'shorewall-edit-html.lsp') diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp index 86d5507..f9ce486 100644 --- a/shorewall-edit-html.lsp +++ b/shorewall-edit-html.lsp @@ -2,40 +2,8 @@ -

Edit configuration

- ------------- START DEBUG INFORMATION ------------ -

THIS VIEW CONTAINS THE FOLLOWING VARIABLES/TABLES

-") -for a,b in pairs(view) do - if not (type(b) == "table") then - print ("" .. a .. ": >" .. b .. "<
") - else - print ("" .. a .. ":...
") - for c,d in pairs(view[a]) do - if not (type(d) == "table") then - print (" { " .. c .. ": >" .. d .. "< }
") - else - print (" { " .. c .. ":...
") - for e,f in pairs(view[a][c]) do - if not (type(f) == "table") then - print (" { { " .. e .. ": >" .. f .. "< } }
") - else - print (" { { " .. e .. ":... (table is not visible at the moment)
") - end - end - end - end - end -a,b,c,d,e,f,g,h,i,j = nil,nil,nil,nil,nil,nil,nil,nil,nil,nil -end -print ("------------ END DEBUG INFORMATION ------------
") -?> - -

Details

File name
@@ -55,6 +23,12 @@ print ("------------ END DEBUG INFORMATION ------------")

+ -- cgit v1.2.3