aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-30 13:25:37 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-30 13:25:37 -0700
commitfab63ca751beac91d12e06c194101cacd1f909e5 (patch)
tree524fc265d0dbc29db44146b6b26032ca815d605a /util/typo.php
parent768acb0a3faf2c2f2a523420710673aaacb64f76 (diff)
downloadvolse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.gz
volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.tar.bz2
volse-hubzilla-fab63ca751beac91d12e06c194101cacd1f909e5.zip
-Wall cleanup
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');