칸보드 iframe에서 보이게 하기

1 개요[ | ]

[root@zetawiki kanboard]# vi app/Core/Http/Response.php
    /**
     * Set header X-Frame-Options
     *
     * @access public
     * @return $this
     */
    public function withXframe()
    {
        #$this->withHeader('X-Frame-Options', 'DENY');
        return $this;
    }

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}