X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=mobile%2Ftime.php;h=1a4b235c8b39eeb45fa1b3ad0109df289d119553;hb=3f7ed883e1c7d75aacc49900b403f8e84a68dc3f;hp=dcef6483876921f6004be4244812f8b9adcbf512;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/mobile/time.php b/mobile/time.php index dcef6483..1a4b235c 100644 --- a/mobile/time.php +++ b/mobile/time.php @@ -35,7 +35,7 @@ import('ttTimeHelper'); import('DateAndTime'); // Access check. -if (!ttAccessAllowed('data_entry')) { +if (!ttAccessAllowed('track_own_time')) { header('Location: access_denied.php'); exit(); }