5 lines
73 B
PHP
5 lines
73 B
PHP
|
<?php
|
||
|
$ip = $_SERVER['REMOTE_ADDR'];
|
||
|
echo "getIP({\"ip\":\"$ip\"});";
|
||
|
?>
|