X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Findex.php;h=fa3f04c469a2acc7a790899bc04c7b29a74a504a;hb=61284ea9e69220c9fc6a537bf0437584b1525367;hp=9b2ed530fb8878834602ef21e45a10443a7e0118;hpb=dd2ba64b1b4aaddacec2b9f6763c0ed7a35efc3b;p=timetracker.git diff --git a/mobile/index.php b/mobile/index.php index 9b2ed530..fa3f04c4 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -31,7 +31,7 @@ require_once('../initialize.php'); // Redirects for admin and client roles. if ($auth->isAuthenticated()) { if ($user->can('administer_site')) { - header('Location: ../admin_teams.php'); + header('Location: ../admin_groups.php'); exit(); } elseif ($user->isClient()) { header('Location: ../reports.php');