mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix to call exit
after redirect
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user