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-03-28 04:12:36 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-28 04:12:36 +0300
commit3d073008d686b9e046b68fbd398ea107e33bf7cd (patch)
tree8d43677167f0061317d587f55ea5d557d4dc3d0e /index.php
parent1f09837f3939b17fb202b2193308b3a2805a4ff4 (diff)
- fixing small bug in zend Registry
- trying to fix #157
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