summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/config.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-28 19:42:35 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-28 19:42:35 +0000
commitd778536f126953a704ce50b17c9cbdf80bbc3088 (patch)
tree30e8c78066996200e5dad7cdad12486b3f475332 /roundcubemail/installer/config.php
parentfe6712da460a407e25ba0eb4f65b348f3426a20c (diff)
Disable installer by default; add config option to enable it again
git-svn-id: https://svn.roundcube.net/trunk@1222 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
-rw-r--r--roundcubemail/installer/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php
index 5b365a5a5..9845bb3f3 100644
--- a/roundcubemail/installer/config.php
+++ b/roundcubemail/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)';