alecpl
2010-06-07 b93d00026aefbdccfabd6253f9cb184956617084
installer/index.php
@@ -13,8 +13,8 @@
set_include_path($include_path);
require_once 'rcube_shared.inc';
require_once 'utils.php';
require_once 'main.inc';
session_start();
@@ -47,9 +47,9 @@
  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;
}