X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a781da5661a1932521e0d1feb4be340b97edce9a..3705caa8680d82736ab1a1d21e8829bed1226341:/mobile/index.php diff --git a/mobile/index.php b/mobile/index.php index de48595c..a2836654 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -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.