aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/pclzip.lib.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-11-15 21:11:58 +0000
committerpatdenice <patdenice@piwigo.org>2008-11-15 21:11:58 +0000
commit3b0caa8de442a1028a78d2cf48aff4d3997729b3 (patch)
treea8510c714cd4223ae449dcbf7a62c726ecca0a29 /admin/include/pclzip.lib.php
parentb8322597d521357122b9b10c98a8e97203ced2ca (diff)
merge -c2880 from trunk to branch 2.0
- 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. git-svn-id: http://piwigo.org/svn/branches/2.0@2881 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/pclzip.lib.php')
-rw-r--r--admin/include/pclzip.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/pclzip.lib.php b/admin/include/pclzip.lib.php
index adc5c1992..5acca70bd 100644
--- a/admin/include/pclzip.lib.php
+++ b/admin/include/pclzip.lib.php
@@ -3565,4 +3565,4 @@ function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true)
}
return $p_path;
}
-?>
+?> \ No newline at end of file