Added info file for web services, showing the IP address of the computer connecting. It can be used (taking only the first line) to set the correct address in the calling scripts

skala
Yannick Warnier 15 years ago
parent 0481770f83
commit eb09afddf6
  1. 3
      main/webservices/testip.php

@ -0,0 +1,3 @@
<?php
echo htmlentities($_SERVER['REMOTE_ADDR'])."\n";
echo '<br />This is your IP address, as detected by this server';
Loading…
Cancel
Save