aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi-bin/dict.cgi.in3
-rw-r--r--cgi-bin/nea.cgi.in3
2 files changed, 3 insertions, 3 deletions
diff --git a/cgi-bin/dict.cgi.in b/cgi-bin/dict.cgi.in
index 202c379..994e0c4 100644
--- a/cgi-bin/dict.cgi.in
+++ b/cgi-bin/dict.cgi.in
@@ -607,6 +607,9 @@
(newline))))
;;; Main
+(debug-enable 'debug)
+(debug-enable 'backtrace)
+
(display "Content-type: text/html; charset=utf-8\r\n\r\n")
(with-input-from-file
diff --git a/cgi-bin/nea.cgi.in b/cgi-bin/nea.cgi.in
index cde852a..5805097 100644
--- a/cgi-bin/nea.cgi.in
+++ b/cgi-bin/nea.cgi.in
@@ -335,9 +335,6 @@
;;; Main
-(debug-enable 'debug)
-(debug-enable 'backtrace)
-
(cond
((cgi:value "rss")
(display "Content-type: text/xml; charset=utf-8\r\n\r\n")

Return to:

Send suggestions and report system problems to the System administrator.