You've already forked macports-www
mirror of
https://github.com/macports/macports-www.git
synced 2026-03-31 14:43:01 -07:00
We may access this script from our CI infrastructure to keep tabs on the IP addresses of the third-party build machines we use.
4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
header('Content-Type: text/plain; charset=utf-8');
|
|
echo $_SERVER['REMOTE_ADDR'] . "\n";
|