From 088801add4b05f0fa4ac703fcf6cb15231acc19e Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 22 Dec 2010 21:57:50 +0000 Subject: 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 --- admin/include/functions.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'admin/include/functions.php') diff --git a/admin/include/functions.php b/admin/include/functions.php index 6058d09d6..a82cf5265 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2054,24 +2054,4 @@ function get_fckb_tag_ids($raw_tags) return $tag_ids; } - -function get_hosting_technical_details() -{ - global $conf; - - $details = array(); - if ($conf['send_hosting_technical_details'] and $_SERVER['HTTP_HOST'] != 'localhost') - { - $details = array( - 'uuid' => hash_hmac('md5', get_absolute_root_url(), $conf['secret_key']), - 'os' => PHP_OS, - 'pwgversion' => PHPWG_VERSION, - 'phpversion' => phpversion(), - 'dbengine' => DB_ENGINE, - 'dbversion' => pwg_get_db_version(), - ); - } - - return $details; -} ?> -- cgit v1.2.3