getIP.php 90 B

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