mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
Fix IPTITLE.php
This commit is contained in:
parent
4f9c4cafd2
commit
6bbb6b8955
@ -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>';
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user