mirror of
https://github.com/flarum/framework.git
synced 2025-04-02 23:19:04 +08:00
Add helpful hint on how to upgrade PHP
This commit is contained in:
parent
a41e3e66ce
commit
12d5e48b95
@ -45,7 +45,7 @@ class IndexAction extends HtmlAction
|
|||||||
if (version_compare(PHP_VERSION, '5.5.0', '<')) {
|
if (version_compare(PHP_VERSION, '5.5.0', '<')) {
|
||||||
$errors[] = [
|
$errors[] = [
|
||||||
'message' => '<strong>PHP 5.5+</strong> is required.',
|
'message' => '<strong>PHP 5.5+</strong> is required.',
|
||||||
'detail' => 'You are running version '.PHP_VERSION.'.'
|
'detail' => 'You are running version '.PHP_VERSION.'. Talk to your hosting provider about upgrading to the latest PHP version.'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user