summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-31 08:37:01 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-31 08:37:01 +0000
commitb7232afc57ad64e9f04554e8e1807249c722efb3 (patch)
treec4073a0e5e4ed038942e6a22e25b5f904adcb41a /roundcubemail/installer/index.php
parent61ff791ab6c7e4da2894740e9972b8b6bb49d2b2 (diff)
- check environement on upgrade (per discussion in #1485867)
git-svn-id: https://svn.roundcube.net/trunk@2578 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
-rw-r--r--roundcubemail/installer/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php
index 549b6f007..9f4c0a35e 100644
--- a/roundcubemail/installer/index.php
+++ b/roundcubemail/installer/index.php
@@ -47,9 +47,9 @@ if ($RCI->configured && ($RCI->getprop('enable_installer') || $_SESSION['allowin
exit;
}
-// go to 'test' step if we have a local configuration
+// go to 'check env' step if we have a local configuration
if ($RCI->configured && empty($_REQUEST['_step'])) {
- header("Location: ./?_step=3");
+ header("Location: ./?_step=1");
exit;
}