summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 10:39:51 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 10:40:01 +0100
commit7375daf213b09b6cfb8ee7e3ec6ce7b53db1b100 (patch)
treea3064855148dceedaba463de4251065da645924c /templates
parent1e6f862048f09a5efe8ca77f9f6c89698fc7eae3 (diff)
allow to turn of autopurge
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 0379390a5..ea608c8eb 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -47,7 +47,8 @@ style('news', 'admin');
'Defines the maximum amount of articles that can be read per ' .
"feed which won't be deleted by the cleanup job; ".
'if old articles reappear after being read, increase ' .
- 'this value'
+ 'this value; negative values will turn this feature off ' .
+ 'completely'
)); ?></em>
</p>
<p><input type="text" name="news-auto-purge-count"