mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Add dummy cache driver to use if no cache is configured
This commit is contained in:
parent
ca56ff474f
commit
b8db18a242
4 changed files with 183 additions and 2 deletions
|
|
@ -62,7 +62,6 @@
|
|||
<label class="x_control-label">{$lang->use_object_cache}</label>
|
||||
<div class="x_controls">
|
||||
<select name="object_cache_type" id="object_cache_type">
|
||||
<option value="">{$lang->use_object_cache_do_not_use}</option>
|
||||
<option value="{$key}" loop="$object_cache_types=>$key" selected="selected"|cond="$key==$object_cache_type">{$key}</option>
|
||||
</select>
|
||||
<div id="object_cache_additional_config" class="x_inline" style="display:none;margin-left:16px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue