X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUser.pm;h=0fb72d9fa4abb0dadfc6b75ffde49756926d429d;hb=bd23cc3e64900f14317c147aa52a8b1a7633e2a4;hp=44c7686e27114c985a865de52e53e51ff35af819;hpb=8e6eda056a583934c9c5b46f667a429e423dce75;p=kivitendo-erp.git diff --git a/SL/User.pm b/SL/User.pm index 44c7686e2..0fb72d9fa 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -1030,6 +1030,8 @@ sub create_config { @config = config_vars(); + my $userspath = $main::userspath; + open(CONF, ">", "$userspath/$self->{login}.conf") || $self->error("$userspath/$self->{login}.conf : $!"); # create the config file @@ -1156,6 +1158,8 @@ sub error { my ($self, $msg) = @_; + $main::lxdebug->show_backtrace(); + if ($ENV{HTTP_USER_AGENT}) { print qq|Content-Type: text/html