blob: d920664dd12c238df02b064bc473311103f82bb5 [file] [log] [blame]
<?php
header('Content-Type: text/plain');
if (isset($_SERVER['HTTP_ORIGIN']))
echo 'Origin: ' . $_SERVER['HTTP_ORIGIN'];
else
echo 'Origin: <missing>';
?>