diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | wizard/index.php | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -55,7 +55,7 @@ <p class="msg"> --> <h2>Next year <strong>Web hosting</strong> budget, until October 2017: - <progress max="500" value="496">99%</progress> <strong>99% of 500€</strong>. + <progress max="500" value="500">100%</progress> <strong>100% of 500€</strong>. <!-- </p>-<p class="msg" style="margin-bottom: 18em"> --> diff --git a/wizard/index.php b/wizard/index.php index 32ecaf19..a2de71f4 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -25,7 +25,6 @@ $osvers = [ 'Fedora 24' => '5.6', 'Fedora 23' => '5.6', 'Fedora 22' => '5.6', - 'Fedora 21' => '5.6', ]; $types = [ 'base' => 'Single version', @@ -40,8 +39,8 @@ $phpvers = [ ]; $phpname = [ '7.1' => '7.1.0RC3 (for testing, not ready for production)', - '7.0' => '7.0.11 (active support until Dec 2017)', - '5.6' => '5.6.26 (active support until Dec 2016)', + '7.0' => '7.0.12 (active support until Dec 2017)', + '5.6' => '5.6.27 (active support until Dec 2016)', '5.5' => '5.5.38 (no upstream support since July 2016)', '5.4' => '5.4.45 (no upstream support since Sept 2015)', ]; |