diff --git "a/\346\274\217\346\264\236\347\257\207 \346\226\207\344\273\266\345\214\205\345\220\253.md" "b/\346\274\217\346\264\236\347\257\207 \346\226\207\344\273\266\345\214\205\345\220\253.md" index 3faca16ce26e29f2fd996332aac99031b022c9ea..dbca3e4abc7a0be681bb8f17db7054adeaaa892b 100644 --- "a/\346\274\217\346\264\236\347\257\207 \346\226\207\344\273\266\345\214\205\345\220\253.md" +++ "b/\346\274\217\346\264\236\347\257\207 \346\226\207\344\273\266\345\214\205\345\220\253.md" @@ -117,7 +117,7 @@ if($file){ ![](http://upload-images.jianshu.io/upload_images/118142-1e6b92a7b9aaafb0.jpg) -`php://input`可以读取原始的 HTTP 正文内容。如果我们将`file`设置为`php://input`,并且在 HTTP 正文中传入 PHP 代码,例如`,即可执行代码。 +`php://input`可以读取原始的 HTTP 正文内容。如果我们将`file`设置为`php://input`,并且在 HTTP 正文中传入 PHP 代码,例如``,即可执行代码。 ![](http://upload-images.jianshu.io/upload_images/118142-427fcb5433711e67.png)