summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-27 08:11:17 +0000
committerthomascube <thomas@roundcube.net>2008-02-27 08:11:17 +0000
commitb3f9dfb54e46e63d14e605ea88605b6bc1ffa17d (patch)
treeaae4be12ab7b652d0102cea8c1d388d9c3458e36 /installer/check.php
parentead3d2a16721df59428889d531cb6bd52fe65381 (diff)
Allow to skip the config step if config files already exist
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php5
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