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 04:12:36 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-03-28 04:12:36 +0300
commit18fd857e2bf82be9547e0e7f0127af45fbae1785 (patch)
tree8d43677167f0061317d587f55ea5d557d4dc3d0e /index.php
parent01ba9a54bd9faf8f2757890d2e598aaa50b53a59 (diff)
- fixing small bug in zend Registry
- trying to fix #157 git-svn-id: http://dev.piwik.org/svn/trunk@415 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 0f94a65815..7180b43582 100755
--- a/index.php
+++ b/index.php
@@ -36,9 +36,6 @@ set_include_path(PIWIK_INCLUDE_PATH
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/modules/'
. PATH_SEPARATOR . get_include_path());
-if(!defined('E_STRICT')) define('E_STRICT', 2048);
-if(!defined('E_RECOVERABLE_ERROR')) define('E_RECOVERABLE_ERROR', 4096);
-if(!defined('E_EXCEPTION')) define('E_EXCEPTION', 8192);
/**
* Error / exception handling functions