ip/index.php
2017-10-24 09:02:50 +02:00

4 lines
91 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode($_SERVER['REMOTE_ADDR']);