X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bb9bcdeebd85a41052f2e8a0ca63a7b1b0c86985..21054f67875d0c0c947cc46fe438f407dbe94ee7:/mobile/projects.php diff --git a/mobile/projects.php b/mobile/projects.php index 938eab82..c35e738a 100644 --- a/mobile/projects.php +++ b/mobile/projects.php @@ -31,7 +31,7 @@ import('form.Form'); import('ttTeamHelper'); // Access checks. -// TODO: introduce view_projects right to keep access checks simple. +// TODO: introduce view_own_projects right to keep access checks simple. if (!(ttAccessAllowed('track_own_time') || ttAccessAllowed('track_time') || ttAccessAllowed('manage_projects'))) { header('Location: access_denied.php'); exit();