Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 27e80751

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 27e80751043612bbb6d75b36d8dcd6b6eb7d6b9e
  • Vorgänger 891411c1
  • Nachfolger ad9811f4

Kosmetik

Unterschiede anzeigen:

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