diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-30 13:25:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-30 13:25:37 -0700 |
commit | fab63ca751beac91d12e06c194101cacd1f909e5 (patch) | |
tree | 524fc265d0dbc29db44146b6b26032ca815d605a /util | |
parent | 768acb0a3faf2c2f2a523420710673aaacb64f76 (diff) | |
download | volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.gz volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.bz2 volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.zip |
-Wall cleanup
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'); |