summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-20 22:03:05 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-25 19:18:04 +0200
commit60ab4941cc7e6ede095e9e4aee3c2bf9a5c3bff6 (patch)
treebaf0b07dd1c545efeb59437af46a99f4d9f69425 /templates
parent2c8b4fa019749113658b9ed8cae211b679e4cbc0 (diff)
Move to nextcloud config and update phpunit
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 56bbd2067..fa714f463 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -72,23 +72,6 @@ style('news', 'admin');
</div>
<div class="form-line">
<p>
- <label for="news-max-size">
- <?php p($l->t('Maximum feed page size')); ?>
- </label>
- </p>
- <p>
- <em>
- <?php p($l->t(
- 'Maximum feed size in bytes. If the RSS/Atom page is ' .
- 'bigger than this value, the update will be aborted.'
- )); ?>
- </em>
- </p>
- <p><input type="text" name="news-max-size"
- value="<?php p($_['maxSize']); ?>"></p>
- </div>
- <div class="form-line">
- <p>
<label for="news-feed-fetcher-timeout">
<?php p($l->t('Feed fetcher timeout')); ?>
</label>