summaryrefslogtreecommitdiffstats
path: root/openssh-expert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-24 15:21:17 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-24 15:21:17 +0000
commit651ba7cce4fd5bc01edf6902e0f08c7c93527d00 (patch)
treeb32701c4a876c5959b6208836fc250fcd34c725e /openssh-expert-html.lsp
parent2a8551baa8f0025f836e7501c1cce71251357c78 (diff)
downloadacf-openssh-651ba7cce4fd5bc01edf6902e0f08c7c93527d00.tar.bz2
acf-openssh-651ba7cce4fd5bc01edf6902e0f08c7c93527d00.tar.xz
Modified openssh. Changed expert, status, and startstop to links. Modified config to use standard cfes. Modified peers to account for dns names.
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1489 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssh-expert-html.lsp')
l---------[-rw-r--r--]openssh-expert-html.lsp17
1 files changed, 1 insertions, 16 deletions
diff --git a/openssh-expert-html.lsp b/openssh-expert-html.lsp
index d349048..207f324 100644..120000
--- a/openssh-expert-html.lsp
+++ b/openssh-expert-html.lsp
@@ -1,16 +1 @@
-<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("status")
-end %>
-
-<%
-local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
-local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
-func(form, viewlibrary, page_info, session)
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].startstop then
- viewlibrary.dispatch_component("startstop")
-end %>
+../expert-html.lsp \ No newline at end of file