X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftime_edit.php;h=25c5c92c386a9dfce8ba364eb646a7d499116345;hb=c138ab042a599beb780895e5a5f54a1b287d67ae;hp=74805ab7e2a2de805fb2c0a79ec74c3a310aee57;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/mobile/time_edit.php b/mobile/time_edit.php index 74805ab7..25c5c92c 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.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(); }