X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=index.php;h=610794e004e124c7bbace34fac1131422b7bc345;hb=806dde3c7931d1a0d13c4f0469013a79e6198dcc;hp=d390ebfafe20a7c1ff8f4f3a364dee64d9524067;hpb=098a79f0819ebb89b7d48df4a6b154af4560f68e;p=timetracker.git 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) { -