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:
authorsgiehl <stefan@piwik.org>2014-07-12 20:33:16 +0400
committersgiehl <stefan@piwik.org>2014-07-12 20:33:16 +0400
commita45a6e7c7e351e36ec60f990968ff25fb0f9dfaf (patch)
tree6c6d29511cedae318d0115bdbf6bab7e26a0a2dd /core/DataFiles
parent4670696925ad96584ea9475500a8ad17967daced (diff)
refs #5819 - added k9safesearch.com
Diffstat (limited to 'core/DataFiles')
-rw-r--r--core/DataFiles/SearchEngines.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index b71d79cb55..a2381f5b6e 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -614,6 +614,9 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'junglekey.com' => array('Jungle Key', 'query', 'search.php?query={k}&type=web&lang=en'),
'junglekey.fr' => array('Jungle Key'),
+ // K9 Safe Search
+ 'k9safesearch.com' => array('K9 Safe Search', 'q', 'search.jsp?q={k}'),
+
// Kataweb
'www.kataweb.it' => array('Kataweb', 'q'),