<?
//File for legecy from old site ... Mostly for people that have setup REFERER Links
if (isset($HTTP_GET_VARS['REFERER'])) $url = "http://www.libertydollar.org/index.php?REFERER=" . $HTTP_GET_VARS['REFERER'];
else $url = "http://www.libertydollar.org";
header('Location: ' . $url);
?>