Revision 772f08d0
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
scripts/console | ||
---|---|---|
66 | 66 |
$::form = Form->new; |
67 | 67 |
$::auth = SL::Auth->new; |
68 | 68 |
$::instance_conf = SL::InstanceConfiguration->new; |
69 |
$::request = { }; |
|
69 | 70 |
|
70 | 71 |
die 'cannot reach auth db' unless $::auth->session_tables_present; |
71 | 72 |
|
Auch abrufbar als: Unified diff
$::request als globale Variable eingeführt.