]> wagnertech.de Git - timetracker.git/blobdiff - mobile/index.php
Refactoring white space
[timetracker.git] / mobile / index.php
index de48595caa163fa20e990680fccf1c94f2f8cec6..a28366547185fe5aed557c4676f257b0fc201c39 100644 (file)
@@ -36,7 +36,7 @@ if ($auth->isAuthenticated()) {
   }
   else if ($user->isClient()) {
     header('Location: ../reports.php');
-    exit();    
+    exit();
   }
 }
 // Redirect to time.php or mobile/time.php for other roles.