Revision 193b1e4e
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
94 | 94 |
} |
95 | 95 |
|
96 | 96 |
sub require_main_code { |
97 |
$::lxdebug->enter_sub; |
|
97 | 98 |
my ($script, $suffix) = @_; |
98 | 99 |
|
99 | 100 |
eval { |
... | ... | |
115 | 116 |
}; |
116 | 117 |
$::form->error($EVAL_ERROR) if ($EVAL_ERROR); |
117 | 118 |
} |
119 |
$::lxdebug->leave_sub; |
|
118 | 120 |
} |
119 | 121 |
|
120 | 122 |
sub handle_request { |
Auch abrufbar als: Unified diff
Disptcher->require_maincode tracing gegeben.