X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d38c46c65768a94ede7ad708d4630adbaeaf36ca..ffa326ba55d86528ca9b8d53e2f57a3c52e3b388:/time.php diff --git a/time.php b/time.php index 381634f6..aeeedd25 100644 --- a/time.php +++ b/time.php @@ -42,7 +42,7 @@ import('DateAndTime'); // } // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('data_entry')) { header('Location: access_denied.php'); exit(); }