X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=index.php;h=cabc7060ba117710a7a07d632b6d7cf113feea27;hb=HEAD;hp=fd4dde8ed821ebb73443cd99781cca6f880d380f;hpb=4dcb88a76a3de466ee6116ae0852f53ba2b259a5;p=timetracker.git 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');