Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修正异常页面的 XSS 漏洞 ```http GET http://127.0.0.1:8080/?%3Cscript%3Eeval(atob(`YWxlcnQoJzEyMycp`))%3C/script%3E=1 ``` ```php <?php namespace app\controller; class Index { public function index(array $params) { } } ```
- Loading branch information