X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=mobile%2Findex.php;h=a28366547185fe5aed557c4676f257b0fc201c39;hb=98907514962d51214461614c73087dc9f0f6c2f7;hp=de48595caa163fa20e990680fccf1c94f2f8cec6;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git 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.