[Web] redirect to sogo after failed sogo-auth
This commit is contained in:
parent
5dca4dac81
commit
a5522b61be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue