gdpr fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-20 15:41:18 +02:00
parent 816f004bf1
commit 874fb36d6b
6 changed files with 46 additions and 23 deletions

View File

@ -75,6 +75,9 @@ class ControllerLoginLogin extends Controller {
if(isAdminUser() == 1) {
header("Location: " . SITE_URL . "index.php?route=health/health");
exit;
} else ifisAdminUser() == 4) {
header("Location: " . SITE_URL . "index.php?route=audit/removal");
exit;
}
header("Location: " . SITE_URL . "search.php");