Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DHTTPClient.php39 public $redirect_count = 0;
357 } elseif ($this->redirect_count == $this->max_redirect) {
365 $this->redirect_count++;
504 $this->redirect_count = 0;
38 public $redirect_count; global() variable in dokuwiki\\HTTP\\HTTPClient