ip.php 72 B

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