Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-06-29 10:02:59 +0300
committerAleksander Machniak <alec@alec.pl>2016-06-29 10:02:59 +0300
commitb77efcd10494e80d52d955515d3eb4fbbf730e4a (patch)
tree4855946819cb27c777f166064d6e59be61093129 /index.php
parent85082c88c79fe6915afcfbe50eade29a82515b16 (diff)
Fix typo
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 <b>remove</b> the whole <tt>installer</tt> folder from the Roundcube directory because .
+ html::p(null, "Please <b>remove</b> the whole <tt>installer</tt> 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 <a href=\"./installer/\">installer script</a> from your browser.")
));