Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-01-23 11:11:58 +0300
committerAleksander Machniak <alec@alec.pl>2022-01-23 11:11:58 +0300
commit01b7dbd1a75bd712f4cac69f5aa421b049dd5d8b (patch)
treefc5764238a19cc6ca42782a0dec2582300614e4a /installer
parentf546d7216c2cf80d81ccdeb2123c6f9655d09c9d (diff)
Lock Installer to a set of supported config options
Diffstat (limited to 'installer')
-rw-r--r--installer/config.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/installer/config.php b/installer/config.php
index d922fe66b..5ba6fd3e6 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -18,15 +18,6 @@ if (!class_exists('rcmail_install', false) || !isset($RCI)) {
die("Not allowed! Please open installer/index.php instead.");
}
-// register these boolean fields
-$RCI->bool_config_props = [
- 'ip_check' => 1,
- 'enable_spellcheck' => 1,
- 'auto_create_user' => 1,
- 'smtp_log' => 1,
- 'prefer_html' => 1,
-];
-
// allow the current user to get to the next step
$_SESSION['allowinstaller'] = true;