-Wall cleanup
This commit is contained in:
parent
768acb0a3f
commit
fab63ca751
8 changed files with 32 additions and 20 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue