Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A DphpThumb.php635 if ($phpThumb->config_http_user_agent) {
636 …$phpThumb->DebugMessage('Setting "user_agent" to "'.$phpThumb->config_http_user_agent.'"', __FILE_…
637 ini_set('user_agent', $phpThumb->config_http_user_agent);
H A Dphpthumb.class.php212 …public $config_http_user_agent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en… variable in phpthumb
997 if ($this->config_http_user_agent) {
998 ini_set('user_agent', $this->config_http_user_agent);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt574 * Added config_http_user_agent for site with browsersniffers