$UA = $_SERVER["HTTP_USER_AGENT"]; if($_SERVER["SERVER_NAME"]=="www.d2tb.com"){ include("include/index_d2tb.php"); exit; } if($_SERVER["SERVER_NAME"]=="d2tb.com"){ include("include/index_d2tb.php"); exit; } ?>