X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d38c46c65768a94ede7ad708d4630adbaeaf36ca..585ffedd49344ba7f2cd4873f76f6ac71360a55c:/time_edit.php diff --git a/time_edit.php b/time_edit.php index 58d963fb..3f2035c9 100644 --- a/time_edit.php +++ b/time_edit.php @@ -35,7 +35,7 @@ import('ttTimeHelper'); import('DateAndTime'); // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('track_own_time')) { header('Location: access_denied.php'); exit(); }