Przeglądaj źródła

Make testip.php easily parseable

Yannick Warnier 14 lat temu
rodzic
commit
8003eb0297
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      main/webservices/testip.php

+ 1 - 2
main/webservices/testip.php

@@ -3,5 +3,4 @@
 /**
  *  @package chamilo.webservices
  */
-echo htmlentities($_SERVER['REMOTE_ADDR'])."\n";
-echo '<br />This is your IP address, as detected by this server';
+echo htmlentities($_SERVER['REMOTE_ADDR']);