diff --git a/lib/versioncheck.php b/lib/versioncheck.php index b130480f82..004a4b717f 100644 --- a/lib/versioncheck.php +++ b/lib/versioncheck.php @@ -1,9 +1,9 @@ '; + echo 'This version of Nextcloud requires at least PHP 7.2
'; echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.'; exit(-1); }