Пример #1
0
        private void checkSecretGroup()
        {
            if (mgrService.IsGroupMember(ctx.viewer.Id, ctx.owner.Id))
            {
                return;
            }
            String html = loadHtml(new Groups.ForbiddenController().Group);

            echo(html);
        }