Aleksander Machniak
2013-06-14 f41708ced00e4e173eba11fb5a3b0d794d8cf710
Remove old enable_caching option from Installer
1 files modified
11 ■■■■■ changed files
installer/config.php 11 ●●●●● patch | view | raw | blame | history
installer/config.php
@@ -15,7 +15,6 @@
// 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 @@
<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>