summary refs log tree commit diff
path: root/ip.php
blob: 46b1866130bef7f94bfda45ab7af4f969fa1cffb (plain) (blame)
1
2
3
<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];