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:
authormattpiwik <matthieu.aubry@gmail.com>2008-03-28 03:33:02 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-03-28 03:33:02 +0300
commitebe0350a314d0ce9570b9f0fcfe85d3ffa71c338 (patch)
treee75aa5ef2580cce4e711a7730431eb2272e40c19 /index.php
parentc666ab08aa3288a846a18ad255a323b101c45f62 (diff)
- refs #33 work in progress
git-svn-id: http://dev.piwik.org/svn/trunk@411 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index fb82545f8b..079408755a 100755
--- a/index.php
+++ b/index.php
@@ -59,5 +59,4 @@ Piwik_FrontController::$enableDispatch = ENABLE_DISPATCH;
$controller = Piwik_FrontController::getInstance();
$controller->init();
-$controller->dispatch();
-$controller->end();
+$controller->dispatch();