fixes #2166 add feature to send anonymous stats to piwigo.org

This commit is contained in:
plegall
2024-06-10 21:26:06 +02:00
parent 1c0e5b34bc
commit 1106612fc3
6 changed files with 512 additions and 119 deletions
+6
View File
@@ -273,6 +273,12 @@ $conf['update_notify_check_period'] = 24*60*60;
// we send it again? 0 to disable.
$conf['update_notify_reminder_period'] = 7*24*60*60;
// once a week, Piwigo *anonymously* sends technical data and general
// statistics, such as number of photos or list of plugins used. It helps
// piwigo.org to know better how Piwigo is used. This way developers can
// focus on features that matter most.
$conf['send_piwigo_infos'] = true;
// should the album description be displayed on all pages (value=true) or
// only the first page (value=false)
$conf['album_description_on_all_pages'] = false;