Revision d29b0238
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
88 | 88 |
# canonial globals. if it's not here, chances are it will get refactored someday. |
89 | 89 |
{ |
90 | 90 |
no warnings 'once'; |
91 |
$::menufile = "menu.ini"; |
|
92 | 91 |
$::lxdebug = LXDebug->new; |
93 | 92 |
$::auth = SL::Auth->new; |
94 | 93 |
$::form = undef; |
Auch abrufbar als: Unified diff
Globale Variable $::menufile entfernt