X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fclients.php;h=6312c2dd4e3c207115c5b2ec9ec52364d6528106;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=d6ebbe40691f98f6d5c18d43d77a312f3133cb86;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git 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(); }