diff options
Diffstat (limited to 'admin/include')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index cfdd22f0d..40da52f5a 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1728,6 +1728,7 @@ function fetchRemote($src, &$dest, $user_agent='Piwigo', $step=0) $src = add_url_params($src, array( 'uuid' => hash_hmac('md5', get_absolute_root_url(), $conf['secret_key']), 'os' => urlencode(PHP_OS), + 'pwgversion' => urlencode(PHPWG_VERSION), 'phpversion' => urlencode(phpversion()), 'dbengine' => urlencode(DB_ENGINE), 'dbversion' => urlencode(pwg_get_db_version()), |