Skip to content

Commit

Permalink
add redis db
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed May 31, 2014
1 parent 085fa23 commit 5ea26c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions administrator/components/com_config/model/form/application.xml
Expand Up @@ -126,6 +126,16 @@
showon="cache_handler:redis"
autocomplete="off"
size="30" />

<field
name="redis_server_db"
type="text"
default="0"
label="COM_CONFIG_FIELD_REDIS_DB_LABEL"
description="COM_CONFIG_FIELD_REDIS_DB_DESC"
filter="integer"
showon="cache_handler:redis"
size="4" />
</fieldset>

<fieldset
Expand Down

0 comments on commit 5ea26c7

Please sign in to comment.