From e70d6ea64e711096af36b1234f8545b870ea5f45 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 5 Apr 2008 12:49:21 +0000 Subject: Apply changes from trunk to 0.1-stable --- installer/config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index 5b365a5a5..dc85faa6c 100644 --- a/installer/config.php +++ b/installer/config.php @@ -20,10 +20,14 @@ $RCI->config_props = array( 'htmleditor' => 1, ); +// allow the current user to get to the next step +$_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