blob: 6f4bbc6445f2ceecd6f838d33da9b52d98884412 [file] [log] [blame]
<?
header('Access-Control-Allow-Origin: *');
header('Content-Type: text/json');
?>
{
"referrer": "<? echo $_SERVER['HTTP_REFERER']; ?>",
"host": "<? echo $_SERVER['HTTP_HOST']; ?>"
}