X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b..139889a67699143cce59a4f3136b3158058b9ce2:/mobile/clients.php diff --git a/mobile/clients.php b/mobile/clients.php index d6ebbe40..6312c2dd 100644 --- a/mobile/clients.php +++ b/mobile/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(); }