Fix IPTITLE.php

This commit is contained in:
Mikaela Suomalainen 2014-06-14 20:15:08 +03:00
parent 4f9c4cafd2
commit 6bbb6b8955

View File

@ -4,6 +4,10 @@ header("Content-Type: text/plain; charset=utf-8");
$IP = $_SERVER['REMOTE_ADDR'];
echo '<!DOCTYPE html>';
echo '<head>';
echo '<meta charset="UTF-8" />';
echo "<title>$IP</title>";
echo '</head>';
echo '</html>';
?>