1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

add 15 minute feed update interval

This commit is contained in:
Andrew Dolgov
2007-06-01 01:55:53 +01:00
parent 8cb4f76299
commit 1e7cbe16f3

View File

@@ -102,6 +102,7 @@
$update_intervals = array(
0 => __("Use default"),
-1 => __("Disable updates"),
15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
60 => __("Hourly"),
240 => __("Each 4 hours"),