From c060677d209ad3eef97dd6711ddfd5cc7ff9f2f4 Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 12 Jun 2008 07:32:04 +0000 Subject: Enable direct download of (main|db).inc.php from the installer. --- installer/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index c257f8131..26262db31 100644 --- a/installer/config.php +++ b/installer/config.php @@ -22,16 +22,16 @@ $_SESSION['allowinstaller'] = true; if (!empty($_POST['submit'])) { - echo '

Copy the following configurations and save them in two files (names above the text box)'; - echo ' within the config/ directory of your RoundCube installation.
'; + echo '

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

'; $textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); - echo '
main.inc.php
'; + echo '
main.inc.php (download)
'; echo $textbox->show($RCI->create_config('main')); - echo '
db.inc.php
'; + echo '
db.inc.php (download)
'; echo $textbox->show($RCI->create_config('db')); echo '

Of course there are more options to configure. -- cgit v1.2.3