diff options
author | thomascube <thomas@roundcube.net> | 2008-09-19 18:26:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-19 18:26:34 +0000 |
commit | bba657e64ff3334ba2f64e88e977a6dc107d682d (patch) | |
tree | c09b64f5a585914a43748ee19167f7b4bf0134a5 /installer/config.php | |
parent | ddd894dbe86c678076b51fc10a9ef8a655f29d68 (diff) |
Made config files location configurable (#1485215)
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/config.php b/installer/config.php index 12af1c660..53a4655ed 100644 --- a/installer/config.php +++ b/installer/config.php @@ -24,7 +24,7 @@ $_SESSION['allowinstaller'] = true; if (!empty($_POST['submit'])) { 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 ' (names above the text box) within the <tt>'.RCMAIL_CONFIG_DIR.'</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")); |