-Wall cleanup

This commit is contained in:
Mike Macgirvin
2010-10-30 13:25:37 -07:00
parent 768acb0a3f
commit fab63ca751
8 changed files with 32 additions and 20 deletions

View File

@@ -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');