Revision 27e80751
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
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
Kosmetik