Advertisement
Joker0day

DisplayErrors

Dec 20th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. @ob_start ();
  3. @ob_implicit_flush (0);
  4. @error_reporting (E_ALL ^ E_WARNING ^ E_NOTICE);
  5. @ini_set ('display_errors', true);
  6. @ini_set ('html_errors', false);
  7. @ini_set ('error_reporting', E_ALL ^ E_WARNING ^ E_NOTICE);
  8. @date_default_timezone_set('Europe/Kiev');
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement