diff options
author | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
commit | 6557d3005ca187912cf053f3897c43a991916e56 (patch) | |
tree | e189fd4a4042582c8dcfa5e879766c83faa3f0c2 /installer/config.php | |
parent | 103d6b697ce53eb8e954b4a4c9eac659ef942b24 (diff) |
Added environment checks from check.php-dist
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/installer/config.php b/installer/config.php index effbf2b91..f99c0497e 100644 --- a/installer/config.php +++ b/installer/config.php @@ -114,6 +114,13 @@ echo $check_caching->show(intval($RCI->getprop('enable_caching')), array('value' </fieldset> <fieldset> +<legend>Database setup</legend> +<dl> +<dd>TBD.</dd> +</dl> +</fieldset> + +<fieldset> <legend>IMAP Settings</legend> <dl> <dt class="propname">auto_create_user</dt> |