X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fclient_edit.php;h=ac3e60c71a2b8fb79816d838edfd4404075db518;hb=660a3e8ca761113f8e1b739dba11eddf7f581cbd;hp=cd6266dac7a8837a71e253599414c1c1c1b4dbae;hpb=4070ac772a00d8ffb9590ffdeca10e5d494c26e2;p=timetracker.git diff --git a/mobile/client_edit.php b/mobile/client_edit.php index cd6266da..ac3e60c7 100644 --- a/mobile/client_edit.php +++ b/mobile/client_edit.php @@ -32,7 +32,7 @@ import('ttClientHelper'); import('ttTeamHelper'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('cl')) { header('Location: access_denied.php'); exit(); }