From 0b9bf67d6e1407f0ada461f20bacdca2b8201abc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:29:47 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- openssh-listauth-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openssh-listauth-html.lsp') diff --git a/openssh-listauth-html.lsp b/openssh-listauth-html.lsp index 6df3f0a..61abe47 100644 --- a/openssh-listauth-html.lsp +++ b/openssh-listauth-html.lsp @@ -1,8 +1,8 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"deleteauth"}, session) %> -<% displaycommandresults({"addauth"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"deleteauth"}, session) %> +<% htmlviewfunctions.displaycommandresults({"addauth"}, session, true) %>

Authorized Keys for <%= html.html_escape(view.value.user.value) %>

-- cgit v1.2.3