diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-03 08:52:50 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-03 08:52:50 +0000 |
| commit | da05d134c3b658adc8922e2cd669d5592f8ef3ed (patch) | |
| tree | 73ad1170fe12dd09a51d581530bfd2a22c2abce5 /roundcubemail/installer/check.php | |
| parent | 4ad343529958fd4c461d11f558569f627704326d (diff) | |
Some more bugfixes for the install script
git-svn-id: https://svn.roundcube.net/trunk@1169 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 45aacde16..8352364f5 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/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> |
