Home
last modified time | relevance | path

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

/plugin/statistics/
H A Ddb.sql12 `ua_type` VARCHAR(32)
203 ALTER TABLE `stats_access` ADD INDEX `ua_type` (`ua_type`);
221 `ua_type` VARCHAR(32) NOT NULL,
234 KEY `ua_type` (`ua_type`)
/plugin/statistics/inc/
H A DStatisticsLogger.class.php9 private $ua_type; variable in StatisticsLogger
26 $this->ua_type = 'browser';
27 if($ua->Crawler) $this->ua_type = 'robot';
28 if($ua->isSyndicationReader) $this->ua_type = 'feedreader';
219 if($this->ua_type != 'browser') return;
326 $ua_type = addslashes($this->ua_type);
348 ua_type = '$ua_type',
399 $ua_type
[all...]