X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Flogin.php;h=d1f659a931d32248e542005f22f3fa58caf5cdf6;hb=ea80612af0054c2abdc9c2b422fe3f1038f4b2c0;hp=78db8dab4c5aecbe4831784d0863f7b8383f102d;hpb=c8caee8e34eec5a3fd047d679e79af149ed1e433;p=timetracker.git diff --git a/mobile/login.php b/mobile/login.php index 78db8dab..d1f659a9 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -68,7 +68,7 @@ if ($request->isPost()) { $user = new ttUser(null, $auth->getUserId()); // Redirect, depending on user role. if ($user->isAdmin()) { - header('Location: ../admin_teams.php'); + header('Location: ../admin_groups.php'); } elseif ($user->isClient()) { header('Location: ../reports.php'); } else {