diff options
author | patdenice <patdenice@piwigo.org> | 2010-12-11 20:09:18 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-12-11 20:09:18 +0000 |
commit | 4ae512231a8817db2f0fbddafd3ed6195153d01c (patch) | |
tree | 3489ff6c9db61d29a811bac9f297321de795a056 /include | |
parent | 2a741321ba0730e31614e364bdcecdb4e2f17c3a (diff) |
feature 2048: add $conf['send_hosting_technical_details'] parameter
git-svn-id: http://piwigo.org/svn/trunk@8082 68402e56-0260-453c-a942-63ccdbb3a9ee
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 | // +-----------------------------------------------------------------------+ |