Fix to call exit after redirect

This commit is contained in:
Ilia Ross
2024-07-24 00:20:47 +03:00
parent 1fb01aa46e
commit e3a1fd849b

View File

@ -145,7 +145,7 @@ if (!@acols) {
# If we jump directly to logs just redirect
if ($config{'skip_index'} == 1 && $lnks[0]) {
&redirect($lnks[0]);
return;
exit;
}
# Print the header