summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 01:35:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 01:35:59 +0200
commit78d3e2164116f299effb11d25b1971e6d375366e (patch)
treed7a875f96833946b82f001ebdba1c23b19d32b17 /templates
parentfb28fadcf6e71b4b797aa4241436ec3add543ba0 (diff)
get rid of simplepie
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 8786e892c..a73bd2f51 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -55,17 +55,19 @@ style('news', 'admin');
</div>
<div class="form-line">
<p>
- <label for="news-cache-duration">
- <?php p($l->t('Cache duration')); ?>
+ <label for="news-max-redirects">
+ <?php p($l->t('Maximum redirects')); ?>
</label>
</p>
<p>
<em>
- <?php p($l->t('How many seconds a feed should be cached')); ?>
+ <?php p($l->t(
+ 'How many redirects the feed fetcher should follow'
+ )); ?>
</em>
</p>
- <p><input type="text" name="news-cache-duration"
- value="<?php p($_['cacheDuration']); ?>"></p>
+ <p><input type="text" name="news-max-redirects"
+ value="<?php p($_['maxRedirects']); ?>"></p>
</div>
<div class="form-line">
<p>