X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3705caa8680d82736ab1a1d21e8829bed1226341..aa9a80e15526b4b70cdf8360e35a0d44de43cf66:/mobile/index.php 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(); }