aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php
index e3141a46e..67fa7dc90 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -5,6 +5,11 @@
include 'boot.php';
+ error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
+ ini_set('display_errors', '1');
+ ini_set('log_errors','0');
+
+
$a = new App();
$files = glob('mod/*.php');