Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2588 public function OffsiteDomainIsAllowed($hostname, $allowed_domains) { function in phpthumb
2624 …if (!$this->OffsiteDomainIsAllowed(@$parsed_url['host'], $this->config_nooffsitelink_valid_domains…
2636 … if (!$this->OffsiteDomainIsAllowed(@$parsed_url['host'], $this->config_nohotlink_valid_domains)) {