Remove error reporting
This commit is contained in:
parent
e519bc5a6a
commit
7b6b5fd8a2
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
|
||||
|
||||
// --- Define path to application directory
|
||||
defined('APPLICATION_PATH')
|
||||
|| define('APPLICATION_PATH', realpath(__DIR__ . '/../../application'));
|
||||
|
Loading…
Reference in New Issue
Block a user