X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftime.php;h=1a4b235c8b39eeb45fa1b3ad0109df289d119553;hb=3f7ed883e1c7d75aacc49900b403f8e84a68dc3f;hp=aff21379884f38bcd040ba376d44af5d3c3a426c;hpb=d38c46c65768a94ede7ad708d4630adbaeaf36ca;p=timetracker.git 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(); }