diff options
Diffstat (limited to 'wizard/index.php')
-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 e58fba7c..946f4631 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -57,7 +57,7 @@ $phpvers = [ $phpname = [ '7.1' => '7.1.0 (active support until Dec 2018)', '7.0' => '7.0.14 (active support until Dec 2017)', - '5.6' => '5.6.29 (active support until Dec 2016)', + '5.6' => '5.6.29 (security only support until Dec 2018)', '5.5' => '5.5.38 (no upstream support since July 2016)', '5.4' => '5.4.45 (no upstream support since Sept 2015)', ]; |