summaryrefslogtreecommitdiff
path: root/Xerl/Main/Global.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-04-26 18:55:42 +0000
committerPaul Buetow <paul@buetow.org>2011-04-26 18:55:42 +0000
commit67855afa02636e06b142c706487c5eb23efc5e8c (patch)
tree8e357ebd18427cfc86453e0f7996d7fc88c4f96e /Xerl/Main/Global.pm
parent411f4c0227f280e1a412b825ad82b189017e6795 (diff)
added initial fcgi support to all the code files
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;
}