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-client_config-html.lsp | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'openvpn-client_config-html.lsp') diff --git a/openvpn-client_config-html.lsp b/openvpn-client_config-html.lsp index c2395ca..03cbea3 100644 --- a/openvpn-client_config-html.lsp +++ b/openvpn-client_config-html.lsp @@ -3,39 +3,6 @@

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

Client settings

Mode
@@ -98,7 +65,6 @@ print ("------------ END DEBUG INFORMATION ------------")
CRL Verify File
(client side)
- -- cgit v1.2.3