on tourne sans root, menage de /var/www/html

This commit is contained in:
Julien Cabillot
2017-11-01 17:17:12 +01:00
committed by root
parent 9b852f73df
commit 7c28d4aea9
2 changed files with 12 additions and 4 deletions

3
root/index.php Normal file
View File

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