From 6d86b4de423e01cda87b9a73fa5934d8ce75a4f8 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Fri, 18 Sep 2015 19:51:30 +1200 Subject: [PATCH] refs #8445 remove outdated comment --- misc/others/api_internal_call.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/others/api_internal_call.php b/misc/others/api_internal_call.php index 733c6419e3..1790f3b8d4 100644 --- a/misc/others/api_internal_call.php +++ b/misc/others/api_internal_call.php @@ -8,8 +8,6 @@ define('PIWIK_ENABLE_DISPATCH', false); define('PIWIK_ENABLE_ERROR_HANDLER', false); define('PIWIK_ENABLE_SESSION_START', false); -// if you prefer not to include 'index.php', you must also define here PIWIK_DOCUMENT_ROOT -// and include "libs/upgradephp/upgrade.php" and "core/Loader.php" require_once PIWIK_INCLUDE_PATH . "/index.php"; require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php"; -- GitLab