From 2bed05d60a343bafc8814fac6b29a6b97ffb7cb6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 19 Apr 2013 03:29:49 -0400 Subject: [PATCH] Fix list of required configuration options (#1489055). Removed support_url, and db_table_* --- installer/rcube_install.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 08761ce..86af513 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -46,8 +46,7 @@ // these config options are required for a working system var $required_config = array( - 'db_dsnw', 'db_table_contactgroups', 'db_table_contactgroupmembers', - 'des_key', 'session_lifetime', 'support_url', + 'db_dsnw', 'des_key', 'session_lifetime', ); // list of supported database drivers -- Gitblit v1.9.1