Create allreporting.php

This commit is contained in:
Namhyeon Go 2018-03-19 03:19:15 +09:00 committed by GitHub
parent 753656d3de
commit 9997311f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
helper/allreporting.php Normal file
View File

@ -0,0 +1,3 @@
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);