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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-21 18:47:14 +0300
committerGitHub <noreply@github.com>2019-01-21 18:47:14 +0300
commitb1d6e047c76cf4a1ea2abafabd88f09ebb327d19 (patch)
treee45df2c8ad1b1e5a860c97ecedcd9a8c732ed430 /page-outdated-php-5-6.php
parent7d58107d67dc145a3aa9a4f22112194630d94323 (diff)
Update page-outdated-php-5-6.php
Co-Authored-By: jospoortvliet <jos@opensuse.org>
Diffstat (limited to 'page-outdated-php-5-6.php')
-rw-r--r--page-outdated-php-5-6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-outdated-php-5-6.php b/page-outdated-php-5-6.php
index ad08bbff..8a0e5355 100644
--- a/page-outdated-php-5-6.php
+++ b/page-outdated-php-5-6.php
@@ -19,7 +19,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Update for your Nextcloud');?></p>
<p class="section--paragraph"><?php echo $l->t('Dear Nextcloud user,');?></p>
<p class="section--paragraph"><?php echo $l->t('Our update check has noticed that your server is running PHP 5.6. Nextcloud releases newer than version 13 do not support these PHP releases. We no longer provide public bug and security fixes to Nextcloud 13.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Running a Nextcloud release without security and stability updates puts your data at risk. We strongly recommend to upgrade to Nextcloud 14 at the earliest convenience. This version requires at least PHP 7.2 on your server.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Running a Nextcloud release without security and stability updates puts your data at risk. We strongly recommend to upgrade to Nextcloud 14 at the earliest convenience. This version requires at least PHP 7.0 on your server.');?></p>
<p class="section--paragraph"><?php echo $l->t('If you are a customer and can not upgrade to Nextcloud 14, contact the Nextcloud support team for access to our long term support for Nextcloud 13. We are dedicated to accommodating your needs.');?></p>
<p class="section--paragraph"><?php echo $l->t('We strongly recommend all other users to install a newer PHP version and upgrade Nextcloud to a more recent, maintained version. Once you upgraded PHP on your server, Nextcloud will inform you about possible updates. Just go to the admin settings and check the version section.');?></p>
<p class="section--paragraph"><?php echo $l->t('<strong>Note:</strong> It could take up to 30 minutes until the check is executed. To force the check, switch to a different update channel, wait for the "Channel updated" message and switch back to the original channel. The available update should then be visible after a page refresh.');?></p>