diff options
| author | Paul Buetow <paul@buetow.org> | 2011-04-26 18:55:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-04-26 18:55:42 +0000 |
| commit | 67855afa02636e06b142c706487c5eb23efc5e8c (patch) | |
| tree | 8e357ebd18427cfc86453e0f7996d7fc88c4f96e /Xerl/Main | |
| parent | 411f4c0227f280e1a412b825ad82b189017e6795 (diff) | |
added initial fcgi support to all the code files
Diffstat (limited to 'Xerl/Main')
| -rw-r--r-- | Xerl/Main/Global.pm | 3 |
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; } |
