summaryrefslogtreecommitdiff
path: root/Xerl/Main/Global.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl/Main/Global.pm')
-rw-r--r--Xerl/Main/Global.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xerl/Main/Global.pm b/Xerl/Main/Global.pm
index 0ca2357..e810d53 100644
--- a/Xerl/Main/Global.pm
+++ b/Xerl/Main/Global.pm
@@ -64,9 +64,6 @@ sub REDIRECT ($) {
my $location = shift;
print "Status: 301 Moved Permanantly\n";
print "Location: $location\n\n";
-
- Xerl::Main::Global::SHUTDOWN();
-
return undef;
}