X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e3ed046e205a14772a8157def21fea9a14acdde8..73bd55c5aaa9459806ef9fa899cc5a24513727bc:/mobile/users.php diff --git a/mobile/users.php b/mobile/users.php index 1eee6089..8ae0fc93 100644 --- a/mobile/users.php +++ b/mobile/users.php @@ -32,7 +32,7 @@ import('ttTeamHelper'); import('ttTimeHelper'); // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('view_users')) { header('Location: access_denied.php'); exit(); }