diff options
author | thomascube <thomas@roundcube.net> | 2008-03-28 19:42:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-28 19:42:35 +0000 |
commit | 967b342039261ab294fe85d806fe49ce16391ada (patch) | |
tree | 92025c37144c671aad5d297d7967b165cfd140f7 /installer/config.php | |
parent | 1b7ac67161a967d2c1c51b9adf109e7da0231999 (diff) |
Disable installer by default; add config option to enable it again
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/config.php b/installer/config.php index 5b365a5a5..9845bb3f3 100644 --- a/installer/config.php +++ b/installer/config.php @@ -20,6 +20,9 @@ $RCI->config_props = array( 'htmleditor' => 1, ); +// allow the current user to get to the next step +$_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)'; |