4 lines
79 B
PHP
4 lines
79 B
PHP
|
|
<?php
|
||
|
|
include_once("../../inc/ips.php");
|
||
|
|
echo convertip("../../",$_GET[ip]);
|
||
|
|
?>
|