Advertisement
tribulant

Turn off PHP error reporting

Jan 16th, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. <?php
  2.  
  3. error_reporting(0);
  4. @ini_set('display_errors', 0); 
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement