mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
#18446411 fixed mysqli 로 인스톨시 에러
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be661b7b53
commit
d345d77d85
11 changed files with 65 additions and 6 deletions
|
|
@ -46,7 +46,7 @@
|
|||
* 2 : 소요시간, Request/Response info 출력
|
||||
* 4 : DB 쿼리 내역 출력
|
||||
**/
|
||||
if(!defined('__DEBUG__')) define('__DEBUG__', 0);
|
||||
if(!defined('__DEBUG__')) define('__DEBUG__', 1);
|
||||
|
||||
/**
|
||||
* @brief 디버그 메세지의 출력 장소
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue