Remove gzip support; rely on webserver instead

This commit is contained in:
Kijin Sung 2023-06-18 23:05:16 +09:00
parent de2a9288f2
commit e3ce2bcbcc
5 changed files with 3 additions and 33 deletions

View file

@ -239,15 +239,6 @@
<p class="x_help-block">{$lang->about_use_server_push}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->use_gzip}</label>
<div class="x_controls">
<label for="use_gzip_y" class="x_inline"><input type="radio" name="use_gzip" id="use_gzip_y" value="Y" checked="checked"|cond="$use_gzip" /> {$lang->cmd_yes}</label>
<label for="use_gzip_n" class="x_inline"><input type="radio" name="use_gzip" id="use_gzip_n" value="N" checked="checked"|cond="!$use_gzip" /> {$lang->cmd_no}</label>
<br />
<p class="x_help-block">{$lang->about_use_gzip}</p>
</div>
</div>
<div class="x_clearfix btnArea">
<div class="x_pull-right">
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>