diff options
Diffstat (limited to 'tinydns-confirmaction-html.lsp')
-rw-r--r-- | tinydns-confirmaction-html.lsp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tinydns-confirmaction-html.lsp b/tinydns-confirmaction-html.lsp new file mode 100644 index 0000000..da6753e --- /dev/null +++ b/tinydns-confirmaction-html.lsp @@ -0,0 +1,14 @@ +<? local form = ... +require("viewfunctions") +?> +<? +---[[ DEBUG INFORMATION +io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") +io.write(html.cfe_unpack(form)) +io.write("</span>") +--]] +?> + +<BR><BR><CENTER><B>DEBUGGING:</B><BR> +This function still doesn't work.<BR> +Need to get the information on what action we are about to execute and what file to use for this actino.</CENTER><BR><BR> |