X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/77da39e33eb70b8b01502c09e8057dd199554de6..b859fc87dd294eaac78be9b19e11ef823d6e23f8:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index 24adc112..7737ed9a 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -34,7 +34,7 @@ import('form.Table'); import('form.TableColumn'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessAllowed('manage_users')) { header('Location: access_denied.php'); exit(); }