diff options
author | alecpl <alec@alec.pl> | 2010-06-14 06:59:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-14 06:59:41 +0000 |
commit | 8062c0426dc442860f2c3ba1520f75685af455fa (patch) | |
tree | 567a92dfa27fdaadea2f8e8a795df67ed1eef5b4 /installer | |
parent | 7bac9dfd63583d4a2b7b4a06c879a9e1346bdc61 (diff) |
- Add note about enable_installer option (#1486787)
Diffstat (limited to 'installer')
-rw-r--r-- | installer/test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/test.php b/installer/test.php index 5fb2c41f0..b2d3b6f92 100644 --- a/installer/test.php +++ b/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 |