File "view.php"
Full path: /www/shimooguni/recv/view.php
File size: 214 B
MIME-type: text/x-php
Charset: utf-8
<?php
$url = file_get_contents("url.log");
print "<meta charset='utf-8'>";
print "<a href='" .$url ."'>気象観測装置 Web Weather</a>";
// リダイレクト
//header( "Location: " .$url) ;
//exit ;
?>