/*function comefrom() { $lang = $_SERVER['HTTP_ACCEPT_LANGUAGE']; if (substr($lang, 0, 2) != 'fr') { header("Location: home_en.php"); die(); } } comefrom();*/ ?>