source: misc/ip.cgi@ 403

Last change on this file since 403 was 341, checked in by Rick van der Zwet, 13 years ago

Never made them this small, usefull for checking the remote IP used for connecting.

  • Property svn:executable set to *
File size: 159 bytes
Line 
1#!/bin/sh
2#
3# Give me the IP addr used to connect here
4#
5# Rick van der Zwet <info@rickvanderzwet.nl>
6
7echo Content-Type: text/plain
8echo ""
9echo $REMOTE_ADDR
Note: See TracBrowser for help on using the repository browser.