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