‘; //entete XML
}
}
else if ( preg_match(‘/Android/i’,$ua) || preg_match(‘/android/i’,$ua) || preg_match(‘/HTC_Flyer_P512/i’,$ua)) //redirection vers le Google Play
{
if ($isAvailableAndroid)
{
// il y a autant de if que de langue supportée par la landing page
if ($_SESSION[« ch_langue »] == « fr ») {
header(‘Location: market://details?id=com.camineo.webparkDLFR’);
} else if ($_SESSION[« ch_langue »] == « en ») {
header(‘Location: market://details?id=com.camineo.webparkDLEN’);
} else if ($_SESSION[« ch_langue »] == « de ») {
header(‘Location: market://details?id=com.camineo.webparkDLDE’);
}
header(‘HTTP/1.1 301 Moved Permanently’); //Code HTTP de redirection permanente
header(‘Status: 301 Moved Permanently’); //Doublon utile a certaines versions de PHP et serveurs
header(‘Content-Type: text/html; charset=UTF-8’);
echo ‘<'.'?xml version="1.0" encoding="UTF-8"?'.'>‘; //entete XML
}
}
?>
« >
‘;
if ($isAvailableiOS)
{
echo ‘‘;
echo ‘‘;
}
if ($isAvailableAndroid)
{
echo ‘‘;
}
}
?>
setTimeout(function(){self.location.assign(« ‘ . $baseUrl . $appUrl . ‘download/’ . $apkFileName . ‘ »)}, 1000);‘;
}
}
?>