summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--wizard/index.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5b87fdf7..8d08a693 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
<p class="msg">
-->
<h2>Next year <strong>Web hosting</strong> budget, until June 2017:
- <progress value="444" max="480">92%</progress> <strong>92%&nbsp;of&nbsp;480€</strong>.
+ <progress value="480" max="480">100%</progress> <strong>100%&nbsp;of&nbsp;480€</strong>.
<!--
</p>-<p class="msg" style="margin-bottom: 18em">
-->
diff --git a/wizard/index.php b/wizard/index.php
index 4f46df23..57e82b67 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -35,9 +35,9 @@ $phpvers = [
'5.4' => 'remi',
];
$phpname = [
- '7.0' => '7.0.6 (active support until Dec 2017)',
- '5.6' => '5.6.21 (active support until Dec 2016)',
- '5.5' => '5.5.35 (security support until Jul 2016)',
+ '7.0' => '7.0.7 (active support until Dec 2017)',
+ '5.6' => '5.6.22 (active support until Dec 2016)',
+ '5.5' => '5.5.36 (security support until Jul 2016)',
'5.4' => '5.4.45 (no upstream support since Sept 2015)',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);