Revision 193b1e4e
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
}
|
||
|
||
sub require_main_code {
|
||
$::lxdebug->enter_sub;
|
||
my ($script, $suffix) = @_;
|
||
|
||
eval {
|
||
... | ... | |
};
|
||
$::form->error($EVAL_ERROR) if ($EVAL_ERROR);
|
||
}
|
||
$::lxdebug->leave_sub;
|
||
}
|
||
|
||
sub handle_request {
|
Auch abrufbar als: Unified diff
Disptcher->require_maincode tracing gegeben.