Update index.php

This commit is contained in:
Julien Cabillot 2017-11-07 11:58:33 +00:00
parent cefd9d52c8
commit 99d89a5d5a

View File

@ -1,3 +1,4 @@
<?php
header('Content-Type: application/json');
echo json_encode($_SERVER['REMOTE_ADDR']);