Advertisement
tribulant

Turn OFF PHP error reporting

Mar 4th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. //add this after the opening <?php tag, on a newline
  2.  
  3. error_reporting(0);
  4. @ini_set('display_errors', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement