testip.php 135 B

123456
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.webservices
  5. */
  6. echo htmlentities($_SERVER['REMOTE_ADDR']);