X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time.php;h=62d6bced28aa900e2eda64463450191046fb3302;hb=ae00c14ac2999773e17a761542932cb95420430a;hp=381634f6e4cf9d3d40eea0ab75557448f0d98828;hpb=d38c46c65768a94ede7ad708d4630adbaeaf36ca;p=timetracker.git diff --git a/time.php b/time.php index 381634f6..62d6bced 100644 --- a/time.php +++ b/time.php @@ -42,7 +42,7 @@ import('DateAndTime'); // } // Access check. -if (!ttAccessCheck(right_data_entry)) { +if (!ttAccessAllowed('track_own_time')) { header('Location: access_denied.php'); exit(); }