X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fusers.php;h=67654376e3b12926fd2e9c62565d59b5d6804a3c;hb=e02d7592b0556895e35f4d028939197c132f6b09;hp=131d2b44c33f55920103cbe06611c2109d9425ec;hpb=fd0872d9e582113346fa1e93557f370286c5c9f2;p=timetracker.git diff --git a/mobile/users.php b/mobile/users.php index 131d2b44..67654376 100644 --- a/mobile/users.php +++ b/mobile/users.php @@ -32,7 +32,7 @@ import('ttTeamHelper'); import('ttTimeHelper'); // Access check. -if (!ttAccessAllowed('view_users')) { +if (!(ttAccessAllowed('view_users') || ttAccessAllowed('manage_users'))) { header('Location: access_denied.php'); exit(); }