X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..7fafd0cdc53c376b557a5504af53dacdfbcdb533:/index.php diff --git a/index.php b/index.php index d390ebfa..610794e0 100644 --- 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) { -