From fab63ca751beac91d12e06c194101cacd1f909e5 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 30 Oct 2010 13:25:37 -0700 Subject: -Wall cleanup --- util/typo.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') 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'); -- cgit v1.2.3