Короче, сделал так
if(stristr(core::$user_agent, "Mozilla/4.0")){
header('Location: http://www.google.com');
exit();
}Вроде работает Короче, сделал так
if(stristr(core::$user_agent, "Mozilla/4.0")){
header('Location: http://www.google.com');
exit();
}Вроде работает