git-svn-id: https://192.168.0.254/svn/Proyectos.PosadaLaLlosa_Web/trunk@1 4b469eb7-237d-4988-9973-fa40bd9eeb91
1 line
125 B
HTML
1 line
125 B
HTML
<? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?> |