Browse Source

Small text tweak in installer (#8058)

pull/8073/head
johndoh 4 years ago
committed by GitHub
parent
commit
e69360ac71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      installer/config.php

2
installer/config.php

@ -57,7 +57,7 @@ if (!empty($_POST['submit'])) {
echo '<p class="notice">Copy or download the following configuration and save it';
echo ' as <tt><b>config.inc.php</b></tt> within the <tt>'.RCUBE_CONFIG_DIR.'</tt> directory of your Roundcube installation.<br/>';
echo ' Make sure that there are no characters outside the <tt>&lt;?php ?&gt;</tt> brackets when saving the file.';
echo ' Make sure that there are no characters before the <tt>&lt;?php</tt> bracket when saving the file.';
echo '&nbsp;<input type="button" onclick="location.href=\'index.php?_getconfig=1\'" value="Download" />';
echo $save_button;

Loading…
Cancel
Save