From e201e1711d9e904e4119694808136bc3973dd71a Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 21 Sep 2008 12:50:15 +0000 Subject: Apply changes of installer script to trunk git-svn-id: https://svn.roundcube.net/trunk@1877 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/installer/config.php') diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index 53a4655ed..d5e10e8b4 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -30,10 +30,10 @@ if (!empty($_POST['submit'])) { $textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); echo '
main.inc.php (download)
'; - echo $textbox->show($RCI->create_config('main')); + echo $textbox->show(($_SESSION['main.inc.php'] = $RCI->create_config('main'))); echo '
db.inc.php (download)
'; - echo $textbox->show($RCI->create_config('db')); + echo $textbox->show($_SESSION['db.inc.php'] = $RCI->create_config('db')); echo '

Of course there are more options to configure. Have a look at the config files or visit Howto_Config to find out.

'; -- cgit v1.2.3