Home
last modified time | relevance | path

Searched refs:SafeURLread (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/
H A DphpThumb.php251 …if ($rawImageData = phpthumb_functions::SafeURLread($_GET['src'], $error, $phpThumb->config_http_f…
643 …if ($rawImageData = phpthumb_functions::SafeURLread($phpThumb->src, $error, $phpThumb->config_http…
H A Dphpthumb.functions.php760 public static function SafeURLread($url, &$error, $timeout=10, $followredirects=true) { function in phpthumb_functions
1051 return SafeURLread($filename, $error);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php74 …'latest' => phpthumb_functions::SafeURLread('http://phpthumb.sourceforge.net/?latestversion=1', $d…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt402 * Bugfix: SafeURLread broken with GETstring parameters in
409 * Bugfix: timeout missing in SafeURLread CURL part
432 * Added new fsockopen() section in SafeURLread()