diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-10 12:36:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-10 12:36:18 +0200 |
commit | a0f6f2f101ff7c7c8e574dfd23a45445d03a1d79 (patch) | |
tree | 590f371ee9efdcf828836714824b9768bf64ea0e /wizard | |
parent | ed23bcbf617ac1d6b52dbfc51214475c8ede3db2 (diff) |
ensure question is clear, using 'Wanted' for php version
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 322db07a..428ac5f8 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -107,7 +107,7 @@ $type = (isset($_POST['type']) && isset($types[$_POST['type']]) ? $_POST['type' ?> </optgroup></select> </p></li> - <li><p>PHP version: + <li><p>Wanted PHP version: <select name='php' onChange='submit()'> <option value=''>--</option> <?php |