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