From cb457f9c0242ea9e7acc80b9aaadd0d1c9bf66a9 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 3 Mar 2000 18:45:21 +0000 Subject: [PATCH] use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit in modules --- FS/FS/CGI.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 3577c14b8..47c034e13 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -123,7 +123,9 @@ Sends headers and an HTML error message, then exits. sub eidiot { #warn "eidiot depriciated"; idiot(@_); - exit; + #exit; + use Apache; + Apache::exit; } =item popurl LEVEL -- 2.11.0