Revision 772f08d0
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
43 | 43 |
$::cgi = CGI->new qw(); |
44 | 44 |
$::form = Form->new; |
45 | 45 |
$::auth = SL::Auth->new; |
46 |
$::request = { }; |
|
46 | 47 |
|
47 | 48 |
die 'cannot reach auth db' unless $::auth->session_tables_present; |
48 | 49 |
|
Auch abrufbar als: Unified diff
$::request als globale Variable eingeführt.