Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-09-18 10:51:30 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-18 10:51:48 +0300
commit6d86b4de423e01cda87b9a73fa5934d8ce75a4f8 (patch)
treedb29adaf18ff1b8caebd8b0c632c33276bf1a9c9 /misc/others
parent1a9ef8cdd2585e11a160c0675a44a9d5a7f084cb (diff)
refs #8445 remove outdated comment
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/api_internal_call.php2
1 files changed, 0 insertions, 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";