Notice 경고로 에러리포팅 함수 추가
1.1.9 버번에서 근본적인 문제 해결 예정
This commit is contained in:
parent
6ec37704b9
commit
0f46275ea1
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env php
|
#!/usr/bin/env php
|
||||||
<?php
|
<?php
|
||||||
|
error_reporting(0);
|
||||||
@date_default_timezone_set('Asia/Seoul');
|
@date_default_timezone_set('Asia/Seoul');
|
||||||
|
|
||||||
define("VERSION", "1.1.8");
|
define("VERSION", "1.1.8");
|
||||||
|
|
||||||
$debug = False;
|
$debug = False;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user