1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 08:10:38 +01:00

10 lines
107 B
PHP
Raw Normal View History

2023-01-23 09:26:05 +02:00
<?php
header("Content-Type: text/plain; charset=utf-8");
$IP = $_SERVER['REMOTE_ADDR'];
echo "$IP";
?>