tribulant

Turn Off PHP error_reporting

Sep 16th, 2013
202
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