From c4b2fa84393771bfc9ee8d621507bcc637549ac0 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 20 Dec 2007 14:22:26 +0000 Subject: Changed view-files to reflect modificatsion in the new css git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@438 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openvpn-server_config-html.lsp | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'openvpn-server_config-html.lsp') diff --git a/openvpn-server_config-html.lsp b/openvpn-server_config-html.lsp index 511e48a..d6e177c 100644 --- a/openvpn-server_config-html.lsp +++ b/openvpn-server_config-html.lsp @@ -3,39 +3,6 @@

Server config ''

- - ------------- 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 ------------
") -?> - - -

Server settings

Mode
@@ -69,8 +36,6 @@ print ("------------ END DEBUG INFORMATION ------------")
Process running
>
- -

Certificate files

@@ -103,6 +68,5 @@ print ("------------ END DEBUG INFORMATION ------------")
- -- cgit v1.2.3