reasonableframework/helper/noreporting.php

4 lines
56 B
PHP
Raw Permalink Normal View History

2018-03-18 18:17:10 +00:00
<?php
error_reporting(0);
2018-03-18 18:20:24 +00:00
ini_set("display_errors", 0);