From 67855afa02636e06b142c706487c5eb23efc5e8c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 26 Apr 2011 18:55:42 +0000 Subject: added initial fcgi support to all the code files --- Xerl/Main/Global.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Xerl/Main') 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; } -- cgit v1.2.3