Searched refs:_redirectaddr (Results 1 – 1 of 1) sorted by relevance
106 var $_redirectaddr = false; // will be set if page fetched is a redirect variable in Snoopy159 if($this->_redirectaddr)165 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)169 $this->lastredirectaddr=$this->_redirectaddr;170 $this->fetch($this->_redirectaddr);219 if($this->_redirectaddr)225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)229 $this->lastredirectaddr=$this->_redirectaddr;230 $this->fetch($this->_redirectaddr);311 if($this->_redirectaddr)[all …]