Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eustasy/phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Jan 21, 2016
2 parents 3b9f781 + f14d211 commit b3f0638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _phoenix.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
$settings['settings'] = $settings['root'].'_settings/';

//// Error Level
error_reporting(E_ALL);
// error_reporting(E_ALL);
// error_reporting(E_ALL & ~E_WARNING);
// error_reporting(E_ALL | E_STRICT | E_DEPRECATED);
// error_reporting(0);
error_reporting(0);

// Ignore Disconnects
ignore_user_abort(true);
Expand Down

0 comments on commit b3f0638

Please sign in to comment.