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
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-06-26 05:32:39 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-26 05:32:39 +0400
commit12e81aebb0e69d6ecc8be4ceb4eff122891259c5 (patch)
tree598c688c6f9f0644ee0e34e7235b801291ef8381 /config
parent8f6d151fcb731b26c08882ec65eb3f81242c4ea1 (diff)
* admin screens,
* removed the remains of CDN/jquery feature Refs #4019
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c01f512adb..17b86d0df5 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -268,14 +268,6 @@ live_widget_visitor_count_last_minutes = 3
; the page will automatically refresh every 5 minutes. Set to 0 to disable automatic refresh
multisites_refresh_after_seconds = 300
-; by default, Piwik uses self-hosted AJAX libraries.
-; If set to 1, Piwik uses a Content Distribution Network
-use_ajax_cdn = 0
-
-; required AJAX library versions
-jquery_version = 1.10.1
-jqueryui_version = 1.10.3
-
; Set to 1 if you're using https on your Piwik server and Piwik can't detect it,
; e.g., a reverse proxy using https-to-http, or a web server that doesn't
; set the HTTPS environment variable.