summaryrefslogtreecommitdiffstats
path: root/templates/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin.php')
-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>