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-05-31 22:50:25 +0400
committersgiehl <stefan@piwik.org>2014-05-31 22:50:25 +0400
commit0d7b51944e9b1c18859dcb99ed6397859ca17e07 (patch)
tree7a4c71e3ab1078848436f1382b21c63de8977fde /piwik.php
parenteaf1036670082fcedeae42d03624c9312a5db271 (diff)
added special DeviceDetectorCache class used for caching DeviceDetector. This cache combines file and static caching to speed up detections as much as possible
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/piwik.php b/piwik.php
index 03e405cdd9..2552867936 100644
--- a/piwik.php
+++ b/piwik.php
@@ -40,9 +40,6 @@ if (!defined('PIWIK_INCLUDE_PATH')) {
@ignore_user_abort(true);
-/*
- * Manually require needed vendor libraries, as composers autorequire would do too much
- */
if (file_exists(PIWIK_INCLUDE_PATH . '/vendor/autoload.php')) {
$vendorDirectory = PIWIK_INCLUDE_PATH . '/vendor';
} else {