diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 799e6d934..4ef5608c9 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -212,4 +212,8 @@ $conf['show_version'] = true; // If the array is empty, the "Links" box won't be displayed on the main // page. $conf['links'] = array(); + +// feed_period : how long between two feed refresh ? Possible values are +// "hour", "half day", "day", "week", "month". +$conf['feed_period'] = 'week'; ?> |