From 0874f88bc25066248c28b16d3bbf1ab5cd1f2611 Mon Sep 17 00:00:00 2001 From: Zach LeBar Date: Wed, 21 Mar 2012 15:06:32 +0000 Subject: Change all -controller.lua files to use new handle_form() functions found in acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model .lua to make everything work. --- interfaces-read-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interfaces-read-html.lsp') diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp index 922e96a..6c48e19 100644 --- a/interfaces-read-html.lsp +++ b/interfaces-read-html.lsp @@ -38,13 +38,13 @@ end %> Edit <% end if viewlibrary.check_permission("delete") then %> - Delete + Delete <% end if viewlibrary.check_permission("ifup") then %> - ifup + ifup <% end if viewlibrary.check_permission("ifdown") then %> - ifdown + ifdown <% end %> @@ -56,5 +56,5 @@ end %>

WARNING!!! Restarting networking may cause the ACF web interface to stop functioning. Try refreshing this page after restarting. If that fails, you may have to use terminal access to recover.

Restart Networking
-
">
+
">
-- cgit v1.2.3