Skip to content

Commit

Permalink
Increse required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jun 13, 2020
1 parent 28db71e commit 36c1fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ function getCheckParams(){
return array(
'php' => array(
'name' => 'PHP-Version',
'required' => '5.4.0+',
'required' => '7.1.0+',
'installed' => phpversion(),
'passfail' => (phpversion() >= '5.4.0') ? true : false,
'passfail' => (phpversion() >= '7.1.0') ? true : false,
),
'zLib' => array(
'name' => 'Zip-Functions',
Expand Down Expand Up @@ -1058,4 +1058,4 @@ function(k){ return encodeURIComponent(k) + '=' + encodeURIComponent(data[k]) }
//]]>
</script>
</body>
</html>
</html>

0 comments on commit 36c1fa9

Please sign in to comment.