X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..61454f100b86e1f68bbbc7d14de64e8796b3d51f:/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.