Added an option to change admin login, name, and email.
[timetracker.git] / index.php
index d390ebf..610794e 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 
 }
 ?>
-