mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-10 04:18:10 +02:00
[Web] redirect to sogo after failed sogo-auth
This commit is contained in:
parent
1926625297
commit
c90d637a48
@ -65,8 +65,7 @@ elseif (isset($_GET['login'])) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header('HTTP/1.0 403 Forbidden');
|
header("Location: /SOGo/");
|
||||||
echo "Forbidden";
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
// only check for admin-login on sogo GUI requests
|
// only check for admin-login on sogo GUI requests
|
||||||
|
Loading…
Reference in New Issue
Block a user