Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
А что тогда эта тема делает в "PHP Pro"?а то в я пхп ваще не шарю(
$uas = array('googlebot', 'msn');
foreach ($uas as $bot){
if (!substr_count(strtolow($_SERVER['HTTP_USER_AGENT']), $bot)){
header("location: ".$url);
}
}