Ignore:
Timestamp:
Dec 11, 2010, 10:20:12 PM (13 years ago)
Author:
patdenice
Message:

feature 2048: send technical details only to get_version_list.php of PEM API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/plugins.class.php

    r8083 r8084  
    300300    $versions_to_check = array();
    301301    $url = PEM_URL . '/api/get_version_list.php';
    302     if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result))
     302    if (fetchRemote($url, $result, $get_data, get_hosting_technical_details()) and $pem_versions = @unserialize($result))
    303303    {
    304304      if (!preg_match('/^\d+\.\d+\.\d+/', $version))
Note: See TracChangeset for help on using the changeset viewer.