X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d38c46c65768a94ede7ad708d4630adbaeaf36ca..c138ab042a599beb780895e5a5f54a1b287d67ae:/mobile/time.php diff --git a/mobile/time.php b/mobile/time.php index aff21379..1a4b235c 100644 --- a/mobile/time.php +++ b/mobile/time.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(); }