From 1b7b6be959fc7ef4952a3d5f8fde917b0264ac81 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 19 Apr 2013 09:28:36 +0200 Subject: Fix list of required configuration options (#1489055). Removed support_url, and db_table_* --- installer/test.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'installer/test.php') diff --git a/installer/test.php b/installer/test.php index bd49ac523..340fe267d 100644 --- a/installer/test.php +++ b/installer/test.php @@ -38,13 +38,13 @@ if ($RCI->configured && ($messages = $RCI->check_config())) { if (is_array($messages['missing'])) { echo '

Missing config options

'; - echo '

The following config options are not present in the current configuration.
'; - echo 'Please check the default config files and add the missing properties to your local config files.

'; - - echo '