[Web] redirect to sogo after failed sogo-auth

This commit is contained in:
FreddleSpl0it 2023-02-16 15:32:53 +01:00
parent 5dca4dac81
commit a5522b61be
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ elseif (isset($_GET['login'])) {
}
}
}
header('HTTP/1.0 403 Forbidden');
echo "Forbidden";
header("Location: /SOGo/");
exit;
}
// only check for admin-login on sogo GUI requests