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:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c669fe7f6a..77bde9a4f4 100644
--- a/index.php
+++ b/index.php
@@ -8,9 +8,9 @@
* @package Piwik
*/
-use Piwik\FrontController;
use Piwik\Error;
use Piwik\ExceptionHandler;
+use Piwik\FrontController;
define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__));
if (file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php')) {