New Patch

This commit is contained in:
2018-06-14 20:50:08 +09:00
parent 59ffb55e77
commit 8edcd6d667
2 changed files with 70594 additions and 70592 deletions
+3 -1
View File
@@ -34,7 +34,9 @@
header('Expires: '. gmdate('D, d M Y H:i:s \G\M\T', time() + 86400));
header('Last-Modified: ' . gmdate('D, d M Y H:i:s',time() + 86400 ) . ' GMT' );
header('Content-Type: image/jpeg');
echo $marumaru->WEBParsing($imgurl, NULL, NULL);
$ings = parse_url($imgurl);
$head = array('Referer: http://' . $ings['host']);
echo $marumaru->WEBParsing($imgurl, NULL, NULL, NULL, $head);
exit;
}
if(!isset($num))