标签:file jpeg 破解 type header highlight contents php content
<?php
/**
* 获取微信的图片(防盗链)
*/
header(‘Content-type: image/jpeg‘);
if ($_GET["url"]) {
echo file_get_contents($_GET["url"]);
}
标签:file jpeg 破解 type header highlight contents php content
原文地址:http://www.cnblogs.com/ygyg/p/7086283.html