echo '<pclass="notice">The config file was saved successfully into <tt>'.RCMAIL_CONFIG_DIR.'</tt> directory of your Roundcube installation.';
if($RCI->legacy_config) {
echo '<br/><br/>Afterwards, please <b>remove</b> the old configuration files <tt>main.inc.php</tt> and <tt>db.inc.php</tt> from the config directory.';
}
echo '</p>';
}
else
{
echo '<pclass="notice">Copy or download the following configuration and save it';
echo '<pclass="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 ' 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><?php ?></tt> brackets when saving the file.';
echo ' Make sure that there are no characters outside the <tt><?php ?></tt> brackets when saving the file.';
echo '<br/><br/>Afterwards, please <b>remove</b> the old configuration files <tt>main.inc.php</tt> and <tt>db.inc.php</tt>';
if($RCI->legacy_config) {
echo ' from the config directory.';
echo '<br/><br/>Afterwards, please <b>remove</b> the old configuration files <tt>main.inc.php</tt> and <tt>db.inc.php</tt> from the config directory.';
echo '<pclass="hint">Of course there are more options to configure.
echo '<pclass="hint">Of course there are more options to configure.
Have a look at the defaults.inc.php file or visit <ahref="http://trac.roundcube.net/wiki/Howto_Config">Howto_Config</a> to find out.</p>';
Have a look at the defaults.inc.php file or visit <ahref="http://trac.roundcube.net/wiki/Howto_Config"target="_blank">Howto_Config</a> to find out.</p>';