tribulant

Turn off PHP error_reporting

Jul 11th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.05 KB | None | 0 0
  1. error_reporting(0);
  2. @ini_set('display_errors', 0);
Add Comment
Please, Sign In to add comment