summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>2000-03-03 18:45:21 +0000
committerivan <ivan>2000-03-03 18:45:21 +0000
commitcb457f9c0242ea9e7acc80b9aaadd0d1c9bf66a9 (patch)
tree33a6a6d6a3e38e076cc0a57ae2583902400074b7 /FS/FS/CGI.pm
parent61a85894466342b93507614785e61932f7358c50 (diff)
use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit
in modules
Diffstat (limited to 'FS/FS/CGI.pm')
-rw-r--r--FS/FS/CGI.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 3577c14..47c034e 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