aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index c3f67f325..16122693c 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.76 2008-02-01 00:21:51 matthew Exp $
+# $Id: Page.pm,v 1.77 2008-02-01 15:14:47 matthew Exp $
#
package Page;
@@ -39,7 +39,7 @@ my $handling_request = 0;
$SIG{TERM} = $SIG{USR1} = sub {
$exit_requested = 1;
- exit(0) unless $handling_request;
+ # exit(0) unless $handling_request;
};
sub do_fastcgi {