X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e7b081c97f2f2cfa69ca8df99afdeb8506eff726..e560c531255da8d1fa40295c58cc5c4b1bb4e9d3:/time.php diff --git a/time.php b/time.php index 18979fe2..98a383fd 100644 --- a/time.php +++ b/time.php @@ -51,7 +51,7 @@ if ($user->behalf_id && (!$user->can('track_time') || !$user->checkBehalfId())) exit(); } if (!$user->behalf_id && !$user->can('track_own_time') && !$user->adjustBehalfId()) { - header('Location: access_denied.php'); // Trying as self, but no right for self, and noone to view on behalf. + header('Location: access_denied.php'); // Trying as self, but no right for self, and noone to work on behalf. exit(); }