diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/typo.php | 5 |
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'); |