diff options
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/installer/check.php b/installer/check.php index 9f54d8f8f..06eae4236 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,3 +1,4 @@ +<form action="index.php" method="get"> <?php $required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session', 'Sockets' => 'sockets'); @@ -28,11 +29,9 @@ $source_urls = array( 'Mail_mime' => 'http://pear.php.net/package/Mail_mime' ); +echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 2 : 3) . '" />'; ?> -<form action="index.php" method="get"> -<input type="hidden" name="_step" value="2" /> - <h3>Checking PHP version</h3> <?php |