Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/web-installer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-11-30 15:04:39 +0300
committerGitHub <noreply@github.com>2021-11-30 15:04:39 +0300
commit526012ce63cf8ecee9b518d070889a6bc378c0a9 (patch)
treed4b8ce9d80a6c548d37f4b2603019bd14af898fb
parentfa99bcf1380899b5b104780ef22c63eb30445bf9 (diff)
require PHP 7.3
-rw-r--r--setup-nextcloud.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index ebac232..f6d5ff1 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -75,9 +75,9 @@ class Setup {
$error = '';
$missingDependencies = array();
- // do we have PHP 7.2.0 or newer?
- if(version_compare(PHP_VERSION, '7.2.0', '<')) {
- $error.='PHP 7.2.0 is required. Please ask your server administrator to update PHP to version 7.2.0 or higher.<br/>';
+ // do we have PHP 7.3.0 or newer?
+ if(version_compare(PHP_VERSION, '7.3.0', '<')) {
+ $error.='PHP 7.3.0 is required. Please ask your server administrator to update PHP to version 7.3.0 or higher.<br/>';
}
// running oC on windows is unsupported since 8.1