X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time_edit.php;h=3f2035c98aea4d3d1aa6053d2dc778446a7cc3c7;hb=ae00c14ac2999773e17a761542932cb95420430a;hp=b665bf862486cea03b8da011b41c1561c0384978;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/time_edit.php b/time_edit.php index b665bf86..3f2035c9 100644 --- a/time_edit.php +++ b/time_edit.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(); }