summaryrefslogtreecommitdiff
path: root/installer/rcube_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-19 09:28:36 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-19 09:29:49 +0200
commit2bed05d60a343bafc8814fac6b29a6b97ffb7cb6 (patch)
tree52c1fba9eab0e6b20ef6f682f392c34d31031170 /installer/rcube_install.php
parent59997a303055ac01be34e078692e96a0a63a1584 (diff)
Fix list of required configuration options (#1489055). Removed support_url, and db_table_*
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r--installer/rcube_install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 08761ce6d..86af51330 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -46,8 +46,7 @@ class rcube_install
// 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