mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-18 09:07:23 +02: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'];
|
$IP = $_SERVER['REMOTE_ADDR'];
|
||||||
|
|
||||||
|
echo '<!DOCTYPE html>';
|
||||||
|
echo '<head>';
|
||||||
|
echo '<meta charset="UTF-8" />';
|
||||||
echo "<title>$IP</title>";
|
echo "<title>$IP</title>";
|
||||||
|
echo '</head>';
|
||||||
|
echo '</html>';
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user