Revision 7651239b
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
156 | 156 |
|
157 | 157 |
$self->unrequire_bin_mozilla; |
158 | 158 |
|
159 |
$::auth = SL::Auth->new; |
|
160 | 159 |
$::cgi = CGI->new(''); |
161 | 160 |
$::locale = Locale->new($::lx_office_conf{system}->{language}); |
162 | 161 |
$::form = Form->new; |
162 |
$::auth = SL::Auth->new; |
|
163 | 163 |
%::called_subs = (); |
164 | 164 |
|
165 | 165 |
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: