X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/06c7ff20c26a9f1957ba3e2c909e5853e8b9ed70..ae00c14ac2999773e17a761542932cb95420430a:/time.php diff --git a/time.php b/time.php index aeeedd25..62d6bced 100644 --- a/time.php +++ b/time.php @@ -42,7 +42,7 @@ import('DateAndTime'); // } // Access check. -if (!ttAccessAllowed('data_entry')) { +if (!ttAccessAllowed('track_own_time')) { header('Location: access_denied.php'); exit(); }