Revision 3c928cee
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
|
||
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};
|
||
|
Auch abrufbar als: Unified diff
Veraltete Kommentare entfernt