From cef2d69f76320d8f02cea2418a4bf5d506aee513 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sat, 24 May 2014 18:37:04 +0200 Subject: starting to implement new DeviceDetector structure --- piwik.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'piwik.php') diff --git a/piwik.php b/piwik.php index 18f5b22a54..00c2041a52 100644 --- a/piwik.php +++ b/piwik.php @@ -91,8 +91,6 @@ if (file_exists(PIWIK_INCLUDE_PATH . '/vendor/autoload.php')) { $vendorDirectory = PIWIK_INCLUDE_PATH . '/../..'; } require_once $vendorDirectory . '/autoload.php'; -require_once $vendorDirectory . '/mustangostang/spyc/Spyc.php'; -require_once $vendorDirectory . '/piwik/device-detector/DeviceDetector.php'; session_cache_limiter('nocache'); @date_default_timezone_set('UTC'); -- cgit v1.2.3