require_once('config.php'); if(isset($_COOKIE['runnerhash'])) { header('Location: '.HTTP_TYPE.$_SERVER['HTTP_HOST'].rtrim(dirname($_SERVER['PHP_SELF']), '/\\').'/main.php'); exit; } include_once('header.php'); ?>
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our Terms of Service.