summaryrefslogtreecommitdiffstats
path: root/quagga-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'quagga-status-html.lsp')
-rw-r--r--quagga-status-html.lsp19
1 files changed, 8 insertions, 11 deletions
diff --git a/quagga-status-html.lsp b/quagga-status-html.lsp
index 6b68a52..c70ea95 100644
--- a/quagga-status-html.lsp
+++ b/quagga-status-html.lsp
@@ -1,7 +1,13 @@
-<? local form = ... ?>
-<?
+<? 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>")
+--]]
+?>
<H1>SYSTEM INFO</H1>
<DL>
@@ -30,12 +36,3 @@ end
?>
</DL>
-
-<?
---[[ 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>")
---]]
-?>
-