diff options
Diffstat (limited to '')
-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 bb0293f72..7a334a5f4 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -488,6 +488,10 @@ $conf['template_combine_files'] = true; // gives an empty value '' to deactivate $conf['show_php_errors'] = E_ALL; +// sends your hosting PHP and MySQL versions to piwigo.org as anonymously as +// possible, for statistics purpose. No personnal data are transmitted +$conf['send_hosting_technical_details'] = true; + // +-----------------------------------------------------------------------+ // | authentication | // +-----------------------------------------------------------------------+ |