Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php760 public static function SafeURLread($url, &$error, $timeout=10, $followredirects=true) { argument
771 if ($followredirects && preg_match('#302 [a-z ]+; Location\\: (http.*)#i', $errstr, $matches)) {
805 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, (bool) $followredirects);