Revision a36f8ac7
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
delete @{ $::form }{ grep { m/^\{AUTH\}/ } keys %{ $::form } } unless $auth_result{keep_auth_vars};
|
||
|
||
if ($action) {
|
||
$::instance_conf->init if $auth_result{auth_level} eq 'user';
|
||
|
||
$::form->set_standard_title;
|
||
if ($routing_type eq 'old') {
|
||
::call_sub('::' . $::locale->findsub($action));
|
Auch abrufbar als: Unified diff
InstanceConfiguration durch Verwendung von AUTOLOAD vereinfacht