Suppression strict standard
This commit is contained in:
parent
5dae9355fc
commit
4af0eedba2
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
error_reporting(E_ALL ^ ~E_NOTICE);
|
||||
error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE);
|
||||
|
||||
// Define path to application directory
|
||||
defined('APPLICATION_PATH')
|
||||
|
Loading…
Reference in New Issue
Block a user