]> wagnertech.de Git - timetracker.git/blobdiff - mobile/index.php
Add option to profile_edit.php to show/hide users uncompleted entries (#24)
[timetracker.git] / mobile / index.php
index a28366547185fe5aed557c4676f257b0fc201c39..1c7cf231ccc4e62414ffc58ca8785904cba36fbc 100644 (file)
@@ -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();
   }