summaryrefslogtreecommitdiffstats
path: root/templates/part.content.cronwarning.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
commit42c57af9f883984429ae1c529855eeeed7013588 (patch)
treed6885234eaea8fc86a782d7cd44466a55e6d27a9 /templates/part.content.cronwarning.php
parent51095a9276fe24cdc2127d85ca461338e27e8ba3 (diff)
better link11.0.3
Diffstat (limited to 'templates/part.content.cronwarning.php')
-rw-r--r--templates/part.content.cronwarning.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
deleted file mode 100644
index 62052b331..000000000
--- a/templates/part.content.cronwarning.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php if ($_['cronWarning']) { ?>
- <news-instant-notification id="cron-warning">
- <p><?php p($l->t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?></p>
- <ul>
- <li>
- <a href="https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron"
- target="_blank"
- rel="noreferrer">
- <?php
- p($l->t('How to set up the operating system cron'));
- ?>
- </a>
- </li>
- <li>
- <a href="https://github.com/nextcloud/news-updater"
- target="_blank"
- rel="noreferrer">
- <?php
- p($l->t('Install and set up a faster parallel updater that uses the News app\'s update API'));
- ?>
- </a>
- </li>
- </ul>
- </news-instant-notification>
-<?php }; ?>