mirror of
https://github.com/webmin/webmin.git
synced 2026-06-29 23:30:29 +01:00
Revert "Fix to call exit after redirect"
This reverts commit e3a1fd849b.
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]);
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
|
||||
# Print the header
|
||||
|
||||
Reference in New Issue
Block a user