Home
last modified time | relevance | path

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

/plugin/upgrade/HTTP/
H A DHTTPClient.php27 public $max_redirect; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
73 $this->max_redirect = 3;
363 }elseif($this->redirect_count == $this->max_redirect){
/plugin/elwikiupgrade/
H A DHTTPClient.php37 var $max_redirect; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
83 $this->max_redirect = 3;
371 }elseif($this->redirect_count == $this->max_redirect){
/plugin/linkback/
H A Dhttp.php183 elseif ($this->redirect_count == $this->max_redirect) {
/plugin/webdavclient/
H A Dhelper.php1124 $this->client->max_redirect = $redirect;