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>2017-12-24 10:27:22 +0300
committerAleksander Machniak <alec@alec.pl>2017-12-24 10:27:22 +0300
commitfb2f213d6fb3b3827f7618dcd52b86ccdc645742 (patch)
treeeeaf71835ec4999de81e1f357d3181b84fbb3d81 /index.php
parentdcbb4ec125f00100cedf2b7f5d7fd3c08ff821c7 (diff)
Add id attribute to the installer warning
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 b516dc704..4c3f5dbb7 100644
--- a/index.php
+++ b/index.php
@@ -232,7 +232,7 @@ if (empty($RCMAIL->user->ID)) {
// check if installer is still active
if ($RCMAIL->config->get('enable_installer') && is_readable('./installer/index.php')) {
- $OUTPUT->add_footer(html::div(array('style' => "background:#ef9398; border:2px solid #dc5757; padding:0.5em; margin:2em auto; width:50em"),
+ $OUTPUT->add_footer(html::div(array('id' => 'login-addon', '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