
Admin
Well-Known Member
Staff member
Administrator
Vào incfiles/head.php
Tìm
Thay bằng
Tìm
PHP:
if(stristr(core::$user_agent, "msie") && stristr(core::$user_agent, "windows")){
code
} else {
code
}
PHP:
if(stristr(core::$user_agent, "msie") && stristr(core::$user_agent, "windows")){
// Выдаем заголовки для Internet Explorer
header("Cache-Control: no-store, no-cache, must-revalidate");
header('Content-type: text/html; charset=UTF-8');
}