From f41708ced00e4e173eba11fb5a3b0d794d8cf710 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 14 Jun 2013 09:05:02 +0200 Subject: Remove old enable_caching option from Installer --- installer/config.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'installer') 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)

This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.

-
enable_caching
-
- '_enable_caching', 'id' => "cfgcache")); -echo $check_caching->show(intval($RCI->getprop('enable_caching')), array('value' => 1)); - -?> -
-
enable_spellcheck
-- cgit v1.2.3