X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/75ef763b9bd7f515280a6d130e5ad81720d72156..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();