工会web
This commit is contained in:
7
GonghuiWeb/www/img.php
Normal file
7
GonghuiWeb/www/img.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
header("Content-Type: image/jpeg;text/html; charset=utf-8");
|
||||
$url = "http://wn.ppxq.net/m/img/toux.jpg";
|
||||
$img = file_get_contents($url, true);
|
||||
echo $img;
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user