diff options
author | plegall <plg@piwigo.org> | 2010-12-23 00:27:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-23 00:27:38 +0000 |
commit | a1e51fdc29da8727dfe515826eb0bccfae767cb0 (patch) | |
tree | 2257c66283dc910040cfca373e3e0538c8d087fb /include | |
parent | 598d35cf6f7a36b09932d59e15b163497f69d832 (diff) |
merge r8238 from trunk to branch 2.1
feature 2048 removed (and was never released): no data are sent anonymously to piwigo.org for statistics purpose
git-svn-id: http://piwigo.org/svn/branches/2.1@8240 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 50faea48c..694785bb8 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -485,10 +485,6 @@ $conf['template_force_compile'] = false; // 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 | // +-----------------------------------------------------------------------+ |