ip.php 72 B

1234
  1. <?php
  2. header('Content-Type: text/plain');
  3. echo $_SERVER['REMOTE_ADDR'];