source:
misc/ip.cgi@
377
Last change on this file since 377 was 341, checked in by , 13 years ago | |
---|---|
|
|
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 | |
7 | echo Content-Type: text/plain |
8 | echo "" |
9 | echo $REMOTE_ADDR |
Note:
See TracBrowser
for help on using the repository browser.