projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a8589
)
use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit
author
ivan
<ivan>
Fri, 3 Mar 2000 18:45:21 +0000
(18:45 +0000)
committer
ivan
<ivan>
Fri, 3 Mar 2000 18:45:21 +0000
(18:45 +0000)
in modules
FS/FS/CGI.pm
patch
|
blob
|
history
diff --git
a/FS/FS/CGI.pm
b/FS/FS/CGI.pm
index
3577c14
..
47c034e
100644
(file)
--- 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