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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-12 03:26:43 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-12 03:26:43 +0400
commitd9f9aea71d866b92220765079e1fbf8274775958 (patch)
treea722268fd9eac88390f0cb424dd47a79fe05fbbf /index.php
parentf41d70d5a0d9f2e89a94c183dea61d47d700cac2 (diff)
- adding possibility to hook into the database creation
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');