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

1.1.9 버번에서 근본적인 문제 해결 예정
This commit is contained in:
wonipapa 2017-05-11 14:36:12 +09:00 committed by GitHub
parent 6ec37704b9
commit 0f46275ea1

View File

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