From 0d7b51944e9b1c18859dcb99ed6397859ca17e07 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sat, 31 May 2014 20:50:25 +0200 Subject: added special DeviceDetectorCache class used for caching DeviceDetector. This cache combines file and static caching to speed up detections as much as possible --- piwik.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'piwik.php') 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 { -- cgit v1.2.3