<html>
<head>
<meta name="verify-v1" content="Saip2MsYYjGl+/cQmLCqtX5ahZclw2b4s2pPJ/ot/9Q=" />
<meta http-equiv="refresh" content="0;url=http://www.groad.net/bbs/index.php">
<title>Welcome To Groad.Net</title>
</head>
</html>
<?php
$fp = curl_init();
curl_setopt($fp, CURLOPT_URL, "http://www.groad.net/index.html");
curl_setopt($fp, CURLOPT_TIMEOUT, 30);
curl_setopt($fp, CURLOPT_FOLLOWLOCATION, 1);
ob_start();
curl_exec($fp);
$contents = ob_get_contents();
ob_end_clean();
curl_close($ch);
echo $contents
?>
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |