Просмотр поста

.
Foolish

Короче, сделал так

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