>>196

<?php
ini_set('user_agent', $_SERVER['HTTP_USER_AGENT']);
$url="http://www.yahoo.co.jp";;
print readfile($url);
?>