output error messages to the user for debugging purposes
git-svn-id: http://yolanda.mister-muffin.de/svn@244 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
40a138849d
commit
efecb29146
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue