X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e8e8d5a7167d69ba8ccc16dab1ab39c40899a5b8..08e0e47567a5a4ec0294643e2807c8a2b99395a9:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index 963b8a6..c6b0c84 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -10,6 +10,11 @@ use File::stat 'stat'; use HTTP::Date; use Shiar_Sheet::KeySigns qw(%sign); +$PLP::ERROR = sub { + my ($text, $html) = @_; + print '

Fatal error: '.$html."

\n\n"; +}; + our $style; our $showkeys = !exists $get{keys} ? undef : ($get{keys} ne '0' && ($get{keys} || 'always'));