1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-03-12 17:30:44 +01:00
Mikaela Suomalainen 6155ff784a restore php/
2014-12-29 19:48:01 +02:00

10 lines
107 B
PHP
Executable File

<?php
header("Content-Type: text/plain; charset=utf-8");
$IP = $_SERVER['REMOTE_ADDR'];
echo "$IP";
?>