diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f89d0a54a..7a145709e 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -613,6 +613,9 @@ $conf['recent_post_dates'] = array( 'NBM' => array('max_dates' => 7, 'max_elements' => 3, 'max_cats' => 9) ); +// the author shown in the RSS feed <author> element +$conf['rss_feed_author'] = 'Piwigo notifier'; + // +-----------------------------------------------------------------------+ // | Set admin layout | // +-----------------------------------------------------------------------+ |