removed notices

This commit is contained in:
Devin Smith 2016-01-03 11:11:56 -08:00
parent 6e98d1fd73
commit 697ce8f90a

View File

@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
error_reporting(E_ALL);
error_reporting(E_ERROR | E_PARSE);
ini_set('display_errors',true);
set_time_limit(100);