myip.dn42/wwwroot/index.php

4 lines
41 B
PHP
Raw Normal View History

<?php
print($_SERVER['REMOTE_ADDR']);
?>