From c0dc9072c142c4e8b70bc5545f24f6946d89a960 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 5 Apr 2008 12:53:47 +0000 Subject: Add hint for saving config files + stop DB initialization if en error occurs --- installer/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index 9845bb3f3..dc85faa6c 100644 --- a/installer/config.php +++ b/installer/config.php @@ -26,7 +26,8 @@ $_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 ' 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 textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); -- cgit v1.2.3