X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/09bd3c14ba08e57c46fb53c66e9053d248682c06..5fdf8659516ad2b07458deba8eda234e8e07c554:/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(); }