myip.dn42/wwwroot/plain.php

5 lines
77 B
PHP
Raw Normal View History

<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];
?>