Revision e7d52be3
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
253 | 253 |
if ($EVAL_ERROR ne END_OF_REQUEST) { |
254 | 254 |
print STDERR $EVAL_ERROR; |
255 | 255 |
$::form->{label_error} = $::request->{cgi}->pre($EVAL_ERROR); |
256 |
chdir SL::System::Process::exe_dir; |
|
256 | 257 |
eval { show_error('generic/error') }; |
257 | 258 |
} |
258 | 259 |
}; |
Auch abrufbar als: Unified diff
Vor Exception-Ausgabe sicherstellen, dass das aktuelle Verzeichnis OK ist