X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=installer%2Findex.php;h=1c157da7f1e602b446829d76cc2120a9bdb84477;hb=3c6b2d3d53943671350cdacec5261affaff31459;hp=f7a5cea4bdabf99de333fba02c985664de33a1b6;hpb=649963776e4a8207ae7926a4f912c4f478a8c025;p=roundcube.git diff --git a/installer/index.php b/installer/index.php index f7a5cea..1c157da 100644 --- a/installer/index.php +++ b/installer/index.php @@ -14,6 +14,7 @@ $include_path .= ini_get('include_path'); set_include_path($include_path); require_once 'utils.php'; +require_once 'main.inc'; session_start(); @@ -46,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; } @@ -57,7 +58,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) { "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -RoundCube Webmail Installer +Roundcube Webmail Installer @@ -68,7 +69,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {