From 1965c3b367244c19f34009717ea8bcf53f499d02 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 21 Jun 2013 13:47:25 +0200 Subject: Remove confusing note about closing ?> tag and no characters after it. We currently do not require closing tag in config file, we also correctly handle characters after the closing tag (#1489179) --- installer/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/config.php b/installer/config.php index 4fcf5b08e..bfeb677ee 100644 --- a/installer/config.php +++ b/installer/config.php @@ -29,8 +29,8 @@ $_SESSION['allowinstaller'] = true; if (!empty($_POST['submit'])) { echo '

Copy or download the following configurations and save them in two files'; - echo ' (names above the text box) within the '.RCMAIL_CONFIG_DIR.' directory of your Roundcube installation.
'; - echo ' Make sure that there are no characters outside the <?php ?> brackets when saving the files.

'; + echo ' (names above the text box) within the '.RCMAIL_CONFIG_DIR.' directory of your Roundcube installation.'; + echo '

'; $textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); -- cgit v1.2.3