tribulant

Turn Off PHP Error Reporting

Mar 13th, 2013
122
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