Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-20 08:33:36 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-20 08:33:36 +0400
commitfa72c18240b9bbb361f968f8e4f96e2ec2c2e344 (patch)
tree9637e61ac086b1d335e618ca4ff92d083ffe3cfa /plugins/Live
parentf95d198f64473f428a0d506e34b0ecc85d7afbbe (diff)
fixes #857 - add Silverlight and Google Gears detection; revert #744 & #683, restoring Java and Quicktime detection given #852. Kept "Cookie". AIR not detectable.
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/Visitor.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index 42a0769ae0..c4ef62105b 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -191,9 +191,13 @@ class Piwik_Live_Visitor
$plugins = array(
'config_pdf',
'config_flash',
+ 'config_java',
'config_director',
+ 'config_quicktime',
'config_realplayer',
- 'config_windowsmedia'
+ 'config_windowsmedia',
+ 'config_gears',
+ 'config_silverlight',
);
$return = array();
foreach($plugins as $plugin)