mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove gzip support; rely on webserver instead
This commit is contained in:
parent
de2a9288f2
commit
e3ce2bcbcc
5 changed files with 3 additions and 33 deletions
|
|
@ -206,7 +206,6 @@ class ConfigParser
|
|||
|
||||
// Convert view configuration.
|
||||
$config['view']['minify_scripts'] = $db_info->minify_scripts ?: 'common';
|
||||
$config['view']['use_gzip'] = (defined('__OB_GZHANDLER_ENABLE__') && constant('__OB_GZHANDLER_ENABLE__'));
|
||||
|
||||
// Convert admin IP whitelist.
|
||||
if (isset($db_info->admin_ip_list) && is_array($db_info->admin_ip_list) && count($db_info->admin_ip_list))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue