mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
ob_gzhandler 옵션 기본해제
This commit is contained in:
parent
8e31c19365
commit
52e3a65f71
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ if(!defined('__OB_GZHANDLER_ENABLE__'))
|
|||
* Only particular servers may have a problem in IE browser when sending a compression
|
||||
* </pre>
|
||||
*/
|
||||
define('__OB_GZHANDLER_ENABLE__', 1);
|
||||
define('__OB_GZHANDLER_ENABLE__', 0);
|
||||
}
|
||||
|
||||
if(!defined('__ENABLE_PHPUNIT_TEST__'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue