From 494d826ab4874ea85d55ce7e47b432abe35a4a5d Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 30 Sep 2013 19:11:35 +1300 Subject: Refs #4133 --- js/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/index.php') diff --git a/js/index.php b/js/index.php index 5d8ec0a41b..b47cc5c2f3 100644 --- a/js/index.php +++ b/js/index.php @@ -25,8 +25,8 @@ define('PIWIK_DOCUMENT_ROOT', '..'); define('PIWIK_USER_PATH', '..'); require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php'; -require_once PIWIK_INCLUDE_PATH . '/core/Piwik.php'; -require_once PIWIK_INCLUDE_PATH . '/core/ProxyHttp.php'; +require_once PIWIK_INCLUDE_PATH . '/core/functions.php'; +require_once PIWIK_INCLUDE_PATH . '/core/Loader.php'; $file = '../piwik.js'; -- cgit v1.2.3