X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftimer.php;h=6851052f03f9b70ce9df5c9fa23891f69d74ff41;hb=a83b2420a2de428f82c8cc64343bd1fdb8ff4a5e;hp=95790311d53c937d2dcd86ac664758fd0bfc80b2;hpb=3c857ca72d35f70449f20f1156ab35db92f84828;p=timetracker.git diff --git a/mobile/timer.php b/mobile/timer.php index 95790311..6851052f 100644 --- a/mobile/timer.php +++ b/mobile/timer.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(); }