diff options
author | matthew <matthew> | 2008-02-02 19:55:14 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-02-02 19:55:14 +0000 |
commit | c2a94ef389764f215f24218e220182dc2d10fc10 (patch) | |
tree | d1fe70f1f1c92d320f5c6075d91f7dceb5137f91 | |
parent | f5090f4209f2a29d6695892acc82793be57a9467 (diff) |
And more.
-rw-r--r-- | perllib/Page.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 16122693c..cd9a4378d 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.77 2008-02-01 15:14:47 matthew Exp $ +# $Id: Page.pm,v 1.78 2008-02-02 19:55:27 matthew Exp $ # package Page; @@ -37,10 +37,10 @@ BEGIN { my $exit_requested = 0; my $handling_request = 0; -$SIG{TERM} = $SIG{USR1} = sub { - $exit_requested = 1; - # exit(0) unless $handling_request; -}; +#$SIG{TERM} = $SIG{USR1} = sub { +# $exit_requested = 1; +# # exit(0) unless $handling_request; +#}; sub do_fastcgi { my $func = shift; |