This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
PosadaLaLlosa_Web/index.htm

1 line
125 B
HTML
Raw Normal View History

<? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?>