X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Findex.php;h=1c7cf231ccc4e62414ffc58ca8785904cba36fbc;hb=72b46840f490f84fc95fcd2c5288fb33e168d44e;hp=a28366547185fe5aed557c4676f257b0fc201c39;hpb=3705caa8680d82736ab1a1d21e8829bed1226341;p=timetracker.git diff --git a/mobile/index.php b/mobile/index.php index a2836654..1c7cf231 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -33,8 +33,7 @@ if ($auth->isAuthenticated()) { if ($user->isAdmin()) { header('Location: ../admin_teams.php'); exit(); - } - else if ($user->isClient()) { + } elseif ($user->isClient()) { header('Location: ../reports.php'); exit(); }