diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-12 07:32:04 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-12 07:32:04 +0000 |
| commit | d1eece59447039a8c3cc10a66c2e56f69c34209d (patch) | |
| tree | f89abfd11f83a72a0d59473416ec93ac2f383fe9 /roundcubemail/installer/config.php | |
| parent | de0d60983a3a09d81192b29d51baa7f9c4a093b5 (diff) | |
Enable direct download of (main|db).inc.php from the installer.
git-svn-id: https://svn.roundcube.net/trunk@1511 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
| -rw-r--r-- | roundcubemail/installer/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index c257f8131..26262db31 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -22,16 +22,16 @@ $_SESSION['allowinstaller'] = true; if (!empty($_POST['submit'])) { - echo '<p class="notice">Copy the following configurations and save them in two files (names above the text box)'; - echo ' within the <tt>config/</tt> directory of your RoundCube installation.<br/>'; + echo '<p class="notice">Copy or download the following configurations and save them in two files'; + echo ' (names above the text box) within the <tt>config/</tt> directory of your RoundCube installation.<br/>'; echo ' Make sure that there are no characters outside the <tt><?php ?></tt> brackets when saving the files.</p>'; $textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); - echo '<div><em>main.inc.php</em></div>'; + echo '<div><em>main.inc.php (<a href="index.php?_getfile=main">download</a>)</em></div>'; echo $textbox->show($RCI->create_config('main')); - echo '<div style="margin-top:1em"><em>db.inc.php</em></div>'; + echo '<div style="margin-top:1em"><em>db.inc.php (<a href="index.php?_getfile=db">download</a>)</em></div>'; echo $textbox->show($RCI->create_config('db')); echo '<p class="hint">Of course there are more options to configure. |
