@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | if (PHP_VERSION_ID < 70300) { |
27 | 27 | http_response_code(500); |
28 | 28 | echo 'This version of Nextcloud requires at least PHP 7.3<br/>'; |
29 | - echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.'; |
|
29 | + echo 'You are currently running '.PHP_VERSION.'. Please update your PHP version.'; |
|
30 | 30 | exit(-1); |
31 | 31 | } |
32 | 32 | |
@@ -34,6 +34,6 @@ discard block |
||
34 | 34 | if (PHP_VERSION_ID >= 80100) { |
35 | 35 | http_response_code(500); |
36 | 36 | echo 'This version of Nextcloud is not compatible with > PHP 8.0.<br/>'; |
37 | - echo 'You are currently running ' . PHP_VERSION . '.'; |
|
37 | + echo 'You are currently running '.PHP_VERSION.'.'; |
|
38 | 38 | exit(-1); |
39 | 39 | } |