blob: e5a3332fcf2623622ca182c51fcd421b0c077f70 [file] [log] [blame]
<?php
header("Content-type: text/plain");
echo !empty($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : "NO REFERER";