]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Split data_entry right into track_time and track_expenses.
[timetracker.git] / time.php
index aeeedd25c2b959741e34455bf813ffa61669bd7d..62d6bced28aa900e2eda64463450191046fb3302 100644 (file)
--- a/time.php
+++ b/time.php
@@ -42,7 +42,7 @@ import('DateAndTime');
 // }
 
 // Access check.
-if (!ttAccessAllowed('data_entry')) {
+if (!ttAccessAllowed('track_own_time')) {
   header('Location: access_denied.php');
   exit();
 }