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