Notice 경고로 에러리포팅 함수 추가

This commit is contained in:
wonipapa 2017-05-12 15:49:52 +09:00 committed by GitHub
parent f35d396c85
commit a13ed46749

View File

@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
error_reporting(0);
@date_default_timezone_set('Asia/Seoul');
define("VERSION", "1.1.8");