mysqli 사용하지 않도록 설정
This commit is contained in:
@ -201,7 +201,7 @@ define('G5_THUMB_PNG_COMPRESS', 5);
|
||||
define('G5_IS_MOBILE_DHTML_USE', false);
|
||||
|
||||
// MySQLi 사용여부를 설정합니다.
|
||||
define('G5_MYSQLI_USE', true);
|
||||
define('G5_MYSQLI_USE', false);
|
||||
|
||||
// ip 숨김방법 설정
|
||||
/* 123.456.789.012 ip의 숨김 방법을 변경하는 방법은
|
||||
|
||||
Reference in New Issue
Block a user