roblonium-web/GetCurrentMachineAddress.ashx

4 lines
107 B
Plaintext

<?php
header('Content-Type: text/plain; X-Robots-Tag: noindex');
echo($_SERVER['HTTP_X_FORWARDED_FOR']);
?>