diff options
author | thomascube <thomas@roundcube.net> | 2008-03-03 08:52:50 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-03 08:52:50 +0000 |
commit | 1c4e5dd4d201b599094a40e908ebcaa6de40ac05 (patch) | |
tree | fe45d446458723d5ea342d8d416e9fcb9594093b /installer/check.php | |
parent | 512d8c2b021d98e88a949f0ef57214ee28ebae65 (diff) |
Some more bugfixes for the install script
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index 45aacde16..8352364f5 100644 --- a/installer/check.php +++ b/installer/check.php @@ -31,7 +31,7 @@ $source_urls = array( '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> |