From 3a6e739d8d4ff143dc023bee9272dbff7a1dc707 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 17 Dec 2018 13:58:03 +0100 Subject: [PATCH] NC16 is php >= 7.1 Signed-off-by: Roeland Jago Douma --- lib/versioncheck.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/versioncheck.php b/lib/versioncheck.php index 739c045f6d..ffaa0e510a 100644 --- a/lib/versioncheck.php +++ b/lib/versioncheck.php @@ -1,10 +1,9 @@ '; + echo 'This version of Nextcloud requires at least PHP 7.1
'; echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.'; exit(-1); }