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:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-12-11 20:11:56 +0300
committerJos Poortvliet <jos@opensuse.org>2017-12-12 17:16:06 +0300
commit9e30a9507e3a400a298a6ea1668d7dff0ab63f67 (patch)
tree1854c52cf44e5eeac92b2a41ddf93ab1c7741782 /page-outdated-php-5-4-5-5.php
parent85820a314e15480935e0d7c2cb5f2f7ee6076d30 (diff)
add outdated page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-outdated-php-5-4-5-5.php')
-rw-r--r--page-outdated-php-5-4-5-5.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/page-outdated-php-5-4-5-5.php b/page-outdated-php-5-4-5-5.php
new file mode 100644
index 00000000..27ab3df8
--- /dev/null
+++ b/page-outdated-php-5-4-5-5.php
@@ -0,0 +1,30 @@
+<head>
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/outdated.css" rel="stylesheet">
+</head>
+
+<div class="background outdated-background">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 topheader">
+ <h1><?php echo $l->t('PHP upgrade needed');?></h1>
+ <h2><?php echo $l->t('Newer Nextcloud releases require an updated PHP version');?></p>
+ </div>
+ </div>
+ </div>
+</div>
+<section class="section--letter">
+<div class="container">
+ <div class="row">
+ <div class="col-md-8 col-md-offset-2">
+ <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.4 or PHP 5.5. Nextcloud releases newer than version 10 do not support these PHP releases. We no longer provide public bug and security fixes to Nextcloud 10.');?></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 11 at the earliest convenience. This version requires at least PHP 5.6 on your server.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('If you are a customer and can not upgrade to Nextcloud 11, contact the Nextcloud support team for access to our long term support for Nextcloud 10. 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>
+ <p class="section--paragraph"><?php echo $l->t('Kind regards,<br>Your dedicated Nextcloud team');?></p>
+ </div>
+ </div>
+</div>
+</section>