From e802eae2a2690a80f217bcc2952a1adb100a7a77 Mon Sep 17 00:00:00 2001 From: mattab Date: Sat, 14 Sep 2013 12:38:59 +1200 Subject: Adding Filesystem class which contains file operations And factored out code in ServerFilesGenerator.php --- js/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'js/index.php') diff --git a/js/index.php b/js/index.php index 721e3353ef..5d8ec0a41b 100644 --- a/js/index.php +++ b/js/index.php @@ -26,6 +26,7 @@ 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'; $file = '../piwik.js'; -- cgit v1.2.3