X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4dcb88a76a3de466ee6116ae0852f53ba2b259a5..6b81cfb401a9ca7fa3e963c5e71ff3f5a0c1b01a:/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');