X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4dcb88a76a3de466ee6116ae0852f53ba2b259a5..7051fc8c0f68618bbaff5f8bb48d3478ce93836a:/index.php diff --git a/index.php b/index.php index fd4dde8e..cabc7060 100644 --- a/index.php +++ b/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');