summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 7a90130c6..033961424 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -31,6 +31,7 @@ use strict;
sub CGI_pl_sillyness {
my $zz;
$zz = %::FILENAME;
+ $zz = %::dontchange;
}
use CGI::Carp qw(fatalsToBrowser);
@@ -758,7 +759,6 @@ sub PutHeader {
if (Param("shutdownhtml")) {
if (!$ignoreshutdown) {
print Param("shutdownhtml");
- PutFooter();
exit;
}
}