]> wagnertech.de Git - timetracker.git/blobdiff - mobile/time.php
Split data_entry right into track_time and track_expenses.
[timetracker.git] / mobile / time.php
index dcef6483876921f6004be4244812f8b9adcbf512..1a4b235c8b39eeb45fa1b3ad0109df289d119553 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();
 }