source:
misc/ip.cgi@
406
Last change on this file since 406 was 341, checked in by , 13 years ago | |
---|---|
|
|
File size: 159 bytes |
Rev | Line | |
---|---|---|
[341] | 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.