From 1c4e5dd4d201b599094a40e908ebcaa6de40ac05 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 03 Mar 2008 03:52:50 -0500 Subject: [PATCH] Some more bugfixes for the install script --- installer/check.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/check.php b/installer/check.php index 45aacde..8352364 100644 --- a/installer/check.php +++ b/installer/check.php @@ -31,7 +31,7 @@ 'Mail_mime' => 'http://pear.php.net/package/Mail_mime' ); -echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 2 : 3) . '" />'; +echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) . '" />'; ?> <h3>Checking PHP version</h3> -- Gitblit v1.9.1