kopia lustrzana https://github.com/pixelfed/pixelfed
Update InstallController.php
rodzic
ae595c5611
commit
a54d9c4f71
|
@ -40,7 +40,7 @@ class InstallController extends Controller
|
||||||
|
|
||||||
$reqs['php'] = [
|
$reqs['php'] = [
|
||||||
'version' => PHP_VERSION,
|
'version' => PHP_VERSION,
|
||||||
'supported' => (bool) version_compare(PHP_VERSION, 7.4),
|
'supported' => (bool) version_compare(PHP_VERSION, '7.4'),
|
||||||
'min_version' => '7.4',
|
'min_version' => '7.4',
|
||||||
'memory_limit' => [
|
'memory_limit' => [
|
||||||
'recommended' => '256M',
|
'recommended' => '256M',
|
||||||
|
|
Ładowanie…
Reference in New Issue