diff options
author | plegall <plg@piwigo.org> | 2010-12-22 21:57:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-22 21:57:50 +0000 |
commit | 088801add4b05f0fa4ac703fcf6cb15231acc19e (patch) | |
tree | 49af988c336d8ad8cf1ad6f12e72e2dd834a0624 /include/config_default.inc.php | |
parent | f58a8276a624423ab62073d37332003be8c3dc6e (diff) |
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/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-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 a17456c7d..acec278e8 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -488,10 +488,6 @@ $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 | // +-----------------------------------------------------------------------+ |