summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-06-15 11:25:27 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-06-15 11:25:27 +0200
commit9a7c575650ef8405403011c5716aa560df81e9c1 (patch)
tree445510c5211be2aeed7fd6ea89b47c26b8f693e3 /installer/config.php
parent4f53ab347e6ad026f69105b69ce66e21a7654c78 (diff)
parent5c6e74b176705b595aed3f33c89c9632bb49c587 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/installer/config.php b/installer/config.php
index b9a051ba0..4fcf5b08e 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -15,7 +15,6 @@ $RCI->load_defaults();
// register these boolean fields
$RCI->bool_config_props = array(
'ip_check' => 1,
- 'enable_caching' => 1,
'enable_spellcheck' => 1,
'auto_create_user' => 1,
'smtp_log' => 1,
@@ -127,16 +126,6 @@ echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1)
<p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.</p>
</dd>
-<dt class="propname">enable_caching</dt>
-<dd>
-<?php
-
-$check_caching = new html_checkbox(array('name' => '_enable_caching', 'id' => "cfgcache"));
-echo $check_caching->show(intval($RCI->getprop('enable_caching')), array('value' => 1));
-
-?>
-<label for="cfgcache">Cache messages in local database</label><br />
-</dd>
<dt class="propname">enable_spellcheck</dt>
<dd>