Suppression des erreurs

This commit is contained in:
Michael RICOIS 2012-04-30 12:00:07 +00:00
parent 4af0eedba2
commit e93a9b2283

View File

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