From 95530f62513a82c385d9378b4a59da57d74092d9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 5 Nov 2014 11:30:27 +0100 Subject: update picofeed, add max size setting, fix #642 --- templates/admin.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php index bf1810cb6..672ea8d64 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -70,6 +70,23 @@ style('news', 'admin');

+
+

+ +

+

+ + t( + 'Maximum feed size in bytes. If the RSS/Atom page is ' . + 'bigger than this value, the update will be aborted' + )); ?> + +

+

+