Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dinfoutils.php402 $http->max_redirect = 0;
/dokuwiki/inc/HTTP/
H A DHTTPClient.php28 public $max_redirect = 3; variable in dokuwiki\\HTTP\\HTTPClient
357 } elseif ($this->redirect_count == $this->max_redirect) {