]> wagnertech.de Git - timetracker.git/blobdiff - index.php
Some refactoring
[timetracker.git] / index.php
index d390ebfafe20a7c1ff8f4f3a364dee64d9524067..610794e004e124c7bbace34fac1131422b7bc345 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@ if ($auth->isAuthenticated()) {
   }
   else if ($user->isClient()) {
     header('Location: reports.php');
-    exit();    
+    exit();
   }
 }
 
@@ -78,4 +78,3 @@ if ($mobileBrowser) {
 <?php 
 }
 ?>
-