]> wagnertech.de Git - timetracker.git/blobdiff - mobile/index.php
Dutch translation improved.
[timetracker.git] / mobile / index.php
index de48595caa163fa20e990680fccf1c94f2f8cec6..1c7cf231ccc4e62414ffc58ca8785904cba36fbc 100644 (file)
@@ -33,10 +33,9 @@ if ($auth->isAuthenticated()) {
   if ($user->isAdmin()) {
     header('Location: ../admin_teams.php');
     exit();
-  }
-  else if ($user->isClient()) {
+  } elseif ($user->isClient()) {
     header('Location: ../reports.php');
-    exit();    
+    exit();
   }
 }
 // Redirect to time.php or mobile/time.php for other roles.