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-08-12 03:26:43 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-08-12 03:26:43 +0400
commitd84227ef7a43bf192c9827d6250ea01c6b7e15b8 (patch)
treea722268fd9eac88390f0cb424dd47a79fe05fbbf /index.php
parent1eaae1237f5259f4ed1c567263563fb7ea6df6c4 (diff)
- adding possibility to hook into the database creation
git-svn-id: http://dev.piwik.org/svn/trunk@590 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index d4b4a53257..d2006eec2d 100755
--- a/index.php
+++ b/index.php
@@ -33,9 +33,6 @@ if(!defined('ENABLE_DISPATCH'))
define('ENABLE_DISPATCH', true);
}
-/**
- * Error / exception handling functions
- */
require_once "core/ErrorHandler.php";
require_once "core/ExceptionHandler.php";
set_error_handler('Piwik_ErrorHandler');