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