]> wagnertech.de Git - timetracker.git/blobdiff - mobile/timer.php
Split data_entry right into track_time and track_expenses.
[timetracker.git] / mobile / timer.php
index 47310b72699cd726f089d466d92fc3ed7ece60e7..6851052f03f9b70ce9df5c9fa23891f69d74ff41 100644 (file)
@@ -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();
 }