summaryrefslogtreecommitdiffstats
path: root/dnscache-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-config-html.lsp')
-rw-r--r--dnscache-config-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index d1e414d..d079d72 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-config-html.lsp
@@ -1,4 +1,4 @@
-<? local form, viewlibrary = ...
+<? local form, viewlibrary, page_info = ...
require("viewfunctions")
?>
<?
@@ -15,6 +15,7 @@ end ?>
<H1>Config</H1>
<?
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
displayform(form)
?>