X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=clients.php;h=0a027b8bd1a5ad613d7bf498ddaefd9dfe0a89a6;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=6dcfe4a5663d4331708b7e978260d075baf478bc;hpb=5ef582473f6b329be18ad83c61e053fdcd9c6ed5;p=timetracker.git diff --git a/clients.php b/clients.php index 6dcfe4a5..0a027b8b 100644 --- a/clients.php +++ b/clients.php @@ -31,7 +31,7 @@ import('form.Form'); import('ttTeamHelper'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('cl')) { header('Location: access_denied.php'); exit(); }