output error messages to the user for debugging purposes

git-svn-id: http://yolanda.mister-muffin.de/svn@244 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
josch 16 years ago
parent 40a138849d
commit efecb29146

@ -7,6 +7,9 @@ use XML::Simple qw(:strict);
use Digest::SHA qw(sha256_hex);
use LWPx::ParanoidAgent;
use Net::OpenID::Consumer;
use CGI::Carp qw(fatalsToBrowser set_message);
set_message("It's not a bug, it's a feature!!<br />(include this error message in your bugreport here: <a href=\"http://yolanda.mister-muffin.de/newticket\">Yolanda bugtracker</a>)");
# change this as you install it somewhere else
$root = '/var/www/yolanda';

Loading…
Cancel
Save