Changeset 8023 for branches/2.1


Ignore:
Timestamp:
Dec 7, 2010, 2:23:33 PM (13 years ago)
Author:
patdenice
Message:

merge r8022 from trunk to branch 2.1
Feature 2048: send piwigo version

Location:
branches/2.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1

    • Property svn:mergeinfo changed
      /trunkmerged: 8022
  • branches/2.1/admin/include/functions.php

    r8021 r8023  
    17111711      'uuid' => hash_hmac('md5', get_absolute_root_url(), $conf['secret_key']),
    17121712      'os' => urlencode(PHP_OS),
     1713      'pwgversion' => urlencode(PHPWG_VERSION),
    17131714      'phpversion' => urlencode(phpversion()),
    17141715      'dbengine' => urlencode(DB_ENGINE),
Note: See TracChangeset for help on using the changeset viewer.