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-10 02:45:23 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-10 02:45:23 +0300
commitf11a41299f915d390875ea6ce8d0059ce9393be8 (patch)
treeb51b0721fcad4a8fe597396944b8fbb18cee9cc3 /index.php
parentb6b6337b59bcc97c54276d19bda3d88c79f997d7 (diff)
close #132
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 7e974a6695..fb82545f8b 100755
--- a/index.php
+++ b/index.php
@@ -11,6 +11,7 @@
* PHP Configuration init
*/
+
error_reporting(E_ALL|E_NOTICE);
@ini_set('display_errors', 1);
@ini_set('magic_quotes_runtime', 0);