Remove error reporting

This commit is contained in:
Michael RICOIS 2016-07-26 14:43:23 +02:00
parent e519bc5a6a
commit 7b6b5fd8a2

View File

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