Revision 27e80751
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
169 | 169 |
|
170 | 170 |
$self->unrequire_bin_mozilla; |
171 | 171 |
|
172 |
$::cgi = CGI->new(''); |
|
173 |
$::locale = Locale->new($::lx_office_conf{system}->{language}); |
|
174 |
$::form = Form->new; |
|
175 |
%::called_subs = (); |
|
172 |
$::cgi = CGI->new('');
|
|
173 |
$::locale = Locale->new($::lx_office_conf{system}->{language});
|
|
174 |
$::form = Form->new;
|
|
175 |
%::called_subs = ();
|
|
176 | 176 |
$::instance_conf = SL::InstanceConfiguration->new; |
177 | 177 |
|
178 | 178 |
my $session_result = $::auth->restore_session; |
Auch abrufbar als: Unified diff
Kosmetik