X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/926ea063e48ed8a45dcd308b87f92abe2bfed716..b401022733a9645ed701522585b2d57db936f5cc:/time_delete.php diff --git a/time_delete.php b/time_delete.php index c5017284..3b4d95c2 100644 --- a/time_delete.php +++ b/time_delete.php @@ -33,7 +33,7 @@ import('ttTimeHelper'); import('DateAndTime'); // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('data_entry')) { header('Location: access_denied.php'); exit(); }