Ignore:
Timestamp:
Nov 15, 2008, 10:10:05 PM (15 years ago)
Author:
patdenice
Message:
  • Add fetchRemote function which allow to retrieve datas over HTTP protocol using cURL method, file_get_contents function or fsockopen method. This allow to retrieve datas or files even if allow_url_fopen is deactivated.
  • Use fetchRemote function in plugins manager and in latest version checking.
  • Add german translations for upgrade.lang.php.
  • Remove empty line at the end of pclzip.lib.php.
  • Change display of deactivated plugins after upgrade.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins_update.php

    r2652 r2880  
    9898// |                     start template output                             |
    9999// +-----------------------------------------------------------------------+
    100 if (!ini_get('allow_url_fopen'))
    101 {
    102   array_push($page['errors'], l10n('Unable to connect to PEM server since allow_url_fopen is disabled.'));
    103 }
    104 elseif ($plugins->get_server_plugins())
     100if ($plugins->get_server_plugins())
    105101{
    106102  foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
Note: See TracChangeset for help on using the changeset viewer.