From b77efcd10494e80d52d955515d3eb4fbbf730e4a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 29 Jun 2016 09:02:59 +0200 Subject: [PATCH] Fix typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c6eae42d4..b45d41e06 100644 --- a/index.php +++ b/index.php @@ -223,7 +223,7 @@ if (empty($RCMAIL->user->ID)) { $OUTPUT->add_footer(html::div(array('style' => "background:#ef9398; border:2px solid #dc5757; padding:0.5em; margin:2em auto; width:50em"), html::tag('h2', array('style' => "margin-top:0.2em"), "Installer script is still accessible") . html::p(null, "The install script of your Roundcube installation is still stored in its default location!") . - html::p(null, "Please remove the whole installer folder from the Roundcube directory because . + html::p(null, "Please remove the whole installer folder from the Roundcube directory because these files may expose sensitive configuration data like server passwords and encryption keys to the public. Make sure you cannot access the installer script from your browser.") ));