From: Andrew Dolgov Date: Fri, 1 Jun 2007 00:55:53 +0000 (+0100) Subject: add 15 minute feed update interval X-Git-Tag: 1.2.12~15 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1e7cbe16f3bd22b204e6213c3ad19035651229da;p=tt-rss.git add 15 minute feed update interval --- diff --git a/backend.php b/backend.php index 189e89e3..35be82cc 100644 --- a/backend.php +++ b/backend.php @@ -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"),