diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-14 06:59:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-14 06:59:41 +0000 |
| commit | 96c3b87d083b7eadd673e5b887ef58b4b8e2748d (patch) | |
| tree | 9eccae98da08daac5342074ba4bcf398325146c8 | |
| parent | c1eb051dffcbef89f21af61019d177d910c79a7a (diff) | |
- Add note about enable_installer option (#1486787)
git-svn-id: https://svn.roundcube.net/trunk@3749 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php index 5fb2c41f0..b2d3b6f92 100644 --- a/roundcubemail/installer/test.php +++ b/roundcubemail/installer/test.php @@ -403,7 +403,8 @@ if (isset($_POST['imaptest']) && !empty($_POST['_host']) && !empty($_POST['_user <p class="warning"> After completing the installation and the final tests please <b>remove</b> the whole -installer folder from the document root of the webserver.<br /> +installer folder from the document root of the webserver or make sure that +enable_installer option in main.inc.php is disabled.<br /> <br /> These files may expose sensitive configuration data like server passwords and encryption keys |
