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:
authorrobocoder <anthon.pang@gmail.com>2009-06-25 00:52:49 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-25 00:52:49 +0400
commit29fa1ac36c400aa468c4dbb845bcba80b8bd2516 (patch)
tree58c7b5b3713a5bef9a4fce4b5a017089252b7f74 /index.php
parentfe2ac70fd7dc653765709fcce82cf9c1b705c5bc (diff)
Enable autoloader for misc/api_internal_call.php.
git-svn-id: http://dev.piwik.org/svn/trunk@1253 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index c7dfdd19d4..5ba3bc5c48 100644
--- a/index.php
+++ b/index.php
@@ -50,10 +50,9 @@ if(strlen(session_id()) === 0)
session_start();
}
+require_once "core/Loader.php";
if(!defined('PIWIK_ENABLE_DISPATCH') || PIWIK_ENABLE_DISPATCH)
{
- require_once "core/Loader.php";
-
$controller = Piwik_FrontController::getInstance();
$controller->init();
$controller->dispatch();