aboutsummaryrefslogtreecommitdiff
path: root/admin/api/ipTest.php
blob: 123507e8494479798d5c29c87203cf9bd2720ba0 (plain)
1
2
3
4
<?php

require_once $_SERVER['DOCUMENT_ROOT'] . "/admin/private/header.api.php";
echo var_export(unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip=127.0.0.1')));