Revision 7651239b
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
|
||
$self->unrequire_bin_mozilla;
|
||
|
||
$::auth = SL::Auth->new;
|
||
$::cgi = CGI->new('');
|
||
$::locale = Locale->new($::lx_office_conf{system}->{language});
|
||
$::form = Form->new;
|
||
$::auth = SL::Auth->new;
|
||
%::called_subs = ();
|
||
|
||
eval { ($routing_type, $script_name, $action) = _route_request($script_name); 1; } or return;
|
Auch abrufbar als: Unified diff
$::auth erst nach $::form und $::locale anlegen, weil $::auth beide benötigt (SL/Auth/LDAP.pm)
Conflicts: