mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
Remove special cases for MSIE
This commit is contained in:
parent
5c797c72ca
commit
684eed4a4d
2 changed files with 1 additions and 10 deletions
|
|
@ -48,10 +48,6 @@ class DisplayHandler extends Handler
|
|||
elseif($responseMethod == 'XMLRPC')
|
||||
{
|
||||
$handler = new XMLDisplayHandler();
|
||||
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE)
|
||||
{
|
||||
$this->gz_enabled = FALSE;
|
||||
}
|
||||
}
|
||||
elseif($responseMethod == 'RAW')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue