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:

scripts/console
60 60

  
61 61
  package main;
62 62

  
63
  $::lxdebug = LXDebug->new(file => $debug_file);
64
  $::locale = Locale->new($::lx_office_conf{system}->{language});
65
  $::cgi    = CGI->new qw();
66
  $::form   = Form->new;
67
  $::auth   = SL::Auth->new;
63
  $::lxdebug       = LXDebug->new(file => $debug_file);
64
  $::locale        = Locale->new($::lx_office_conf{system}->{language});
65
  $::cgi           = CGI->new qw();
66
  $::form          = Form->new;
67
  $::auth          = SL::Auth->new;
68 68
  $::instance_conf = SL::InstanceConfiguration->new;
69 69

  
70 70
  die 'cannot reach auth db'               unless $::auth->session_tables_present;

Auch abrufbar als: Unified diff