Skip to content

Commit

Permalink
install/index.php - Fix misleading install text
Browse files Browse the repository at this point in the history
During GUI install, there's a health-check based on the PHP version.  Now
that PHP 7 is required, this message *always* talks about PHP 7.x. But
it's presented under a bucket labeled "PHP5".
  • Loading branch information
totten committed Jun 6, 2019
1 parent 141b968 commit e588606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public function check() {

$this->requirePHPVersion(array(
ts("PHP Configuration"),
ts("PHP5 installed"),
ts("PHP7 installed"),
));

// Check that we can identify the root folder successfully
Expand Down

0 comments on commit e588606

Please sign in to comment.