Files
wnmj/GonghuiWeb/www/js/ip.php
2026-02-24 09:25:17 +08:00

4 lines
79 B
PHP

<?php
include_once("../../inc/ips.php");
echo convertip("../../",$_GET[ip]);
?>