Suppression des notices

This commit is contained in:
Michael RICOIS 2012-04-30 11:57:07 +00:00
parent 524376b896
commit 5dae9355fc

View File

@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
error_reporting(E_ALL ^ ~E_NOTICE);
// Define path to application directory
defined('APPLICATION_PATH')