mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
fix:内置开发服务总是禁用输出压缩
This commit is contained in:
parent
f748f60e27
commit
a7940c97c9
@ -10,6 +10,8 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// $Id$
|
||||
|
||||
@ini_set('zlib.output_compression', 'Off');
|
||||
|
||||
if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {
|
||||
return false;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user