칸보드 iframe에서 보이게 하기

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]