Skip to content

Commit

Permalink
adjust error reporting level
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed May 25, 2018
1 parent 21b9dfc commit 9b97ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
error_reporting(E_ALL);
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
define('REQUEST_MICROTIME', microtime(true));
define('ROOT_PATH', __DIR__);

Expand Down

0 comments on commit 9b97ea9

Please sign in to comment.