Browse Source

Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/ip

master
Cabillot Julien 2 years ago
parent
commit
3ea85a629c
1 changed files with 1 additions and 0 deletions
  1. 1
      root/index.php

1
root/index.php

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