X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/dd2ba64b1b4aaddacec2b9f6763c0ed7a35efc3b..45a82f93d80cf124930d1535d4dc7dd15c63e5de:/mobile/index.php 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');