diff options
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; } |
