This website requires JavaScript.
Explore
Help
Sign In
web
/
ip
Watch
5
Star
0
Fork
0
Code
Issues
1
Pull Requests
Actions
Releases
Wiki
Activity
Files
efb91eb1343735ce51b32d8638195d437d1c37ec
ip
/
index.php
T
4 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
import
2017-10-19 12:55:44 +02:00
<?
php
header
(
'Content-Type: application/json'
);
echo
json_encode
(
$_SERVER
[
'REMOTE_ADDR'
]);
Reference in New Issue
Copy Permalink