diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-27 08:11:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-27 08:11:17 +0000 |
| commit | ca4d027a2f3451d1907ff9ca0645bef06641bb3e (patch) | |
| tree | a0f04e8c587517497a3db68c7adebc71d3f47fa4 /roundcubemail/installer/check.php | |
| parent | 2a29c0de621e53c9cd9af3c8f72d3fe618de15a8 (diff) | |
Allow to skip the config step if config files already exist
git-svn-id: https://svn.roundcube.net/trunk@1144 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 9f54d8f8f..06eae4236 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/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 |
