Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A DphpThumb.php289 if ($phpThumb->config_nohotlink_enabled && $phpThumb->config_nohotlink_erase_image && preg_match('#…
H A Dphpthumb.class.php146 public $config_nohotlink_enabled = true; variable in phpthumb
2633 if ($allow && $this->config_nohotlink_enabled && preg_match('#^(f|ht)tps?\://#i', $this->src)) {