mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
10 lines
122 B
PHP
10 lines
122 B
PHP
<?php
|
|
|
|
header("Content-Type: text/plain; charset=utf-8");
|
|
|
|
$IP = $_SERVER['REMOTE_ADDR'];
|
|
|
|
echo "<title>$IP</title>";
|
|
|
|
?>
|