diff options
| -rw-r--r-- | wizard/index.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/wizard/index.php b/wizard/index.php index 0af0ae0a..4fb01fb8 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -35,9 +35,9 @@ $phpvers = [      '5.4' => 'remi',  ];  $phpname = [ -    '7.0' => '7.0.4 (active support until Dec 2017)', -    '5.6' => '5.6.19 (active support until Dec 2016)', -    '5.5' => '5.5.33 (security support until Jul 2016)', +    '7.0' => '7.0.5 (active support until Dec 2017)', +    '5.6' => '5.6.20 (active support until Dec 2016)', +    '5.5' => '5.5.34 (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); | 
