Fix for health check
This commit is contained in:
parent
1fd5f380f9
commit
2cf69ca745
|
|
@ -148,8 +148,8 @@ class _HealthCheckDialogState extends State<HealthCheckDialog> {
|
||||||
title: 'PHP Info',
|
title: 'PHP Info',
|
||||||
// TODO move this logic to the backend
|
// TODO move this logic to the backend
|
||||||
isValid: _response.phpVersion.isOkay &&
|
isValid: _response.phpVersion.isOkay &&
|
||||||
webPhpVersion.startsWith('8') &&
|
webPhpVersion.startsWith('v8') &&
|
||||||
cliPhpVersion.startsWith('8'),
|
cliPhpVersion.startsWith('v8'),
|
||||||
subtitle: 'Web: $webPhpVersion\nCLI: $cliPhpVersion' +
|
subtitle: 'Web: $webPhpVersion\nCLI: $cliPhpVersion' +
|
||||||
(phpMemoryLimit.isNotEmpty
|
(phpMemoryLimit.isNotEmpty
|
||||||
? '\nMemory Limit: $phpMemoryLimit'
|
? '\nMemory Limit: $phpMemoryLimit'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue