X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Ftask_server.pl;h=1931b6a864e4472aa02c1d76cbea0467723987fc;hb=508801bbaf7b9c5e144bf7ab9763a342ab80f176;hp=c2061b76d3703177a73e09c0d23ae5005ddcc152;hpb=a99b261f6a4a4b1988ce2e0ad4c27ed579378cb9;p=kivitendo-erp.git diff --git a/scripts/task_server.pl b/scripts/task_server.pl index c2061b76d..1931b6a86 100755 --- a/scripts/task_server.pl +++ b/scripts/task_server.pl @@ -33,10 +33,6 @@ use SL::Locale; our %lx_office_conf; -# this is a cleaned up version of am.pl -# it lacks redirection, some html setup and most of the authentication process. -# it is assumed that anyone with physical access and execution rights on this script -# won't be hindered by authentication anyway. sub lxinit { my $login = $lx_office_conf{task_server}->{login}; @@ -89,7 +85,7 @@ sub drop_privileges { sub gd_preconfig { my $self = shift; - SL::LxOfficeConf->read; + SL::LxOfficeConf->read($self->{configfile}); die "Missing section [task_server] in config file" unless $lx_office_conf{task_server}; die "Missing key 'login' in section [task_server] in config file" unless $lx_office_conf{task_server}->{login};