Skip to content

Instantly share code, notes, and snippets.

@aabergkvist
Created January 29, 2016 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aabergkvist/c11c4a8ea96257e0980c to your computer and use it in GitHub Desktop.
Save aabergkvist/c11c4a8ea96257e0980c to your computer and use it in GitHub Desktop.
Ta bort PHP Error reporting
error_reporting(0);
@ini_set(‘display_errors’, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment