mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-07 08:17:57 +02:00
10 lines
107 B
PHP
10 lines
107 B
PHP
<?php
|
|
|
|
header("Content-Type: text/plain; charset=utf-8");
|
|
|
|
$IP = $_SERVER['REMOTE_ADDR'];
|
|
|
|
echo "$IP";
|
|
|
|
?>
|