mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
로그인 위젯의 잘못된 id값 수정 & optimizer의 헤더 출력 값을 변경하여 css가 깨어지는 원인을 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
544355fe23
commit
87dd165921
8 changed files with 137 additions and 134 deletions
|
|
@ -37,7 +37,7 @@
|
|||
* 0 : 출력하지 않음
|
||||
* 1 : files/_debug_db_query.php 에 연결하여 출력
|
||||
**/
|
||||
define('__DEBUG_DB_OUTPUT__', 0);
|
||||
define('__DEBUG_DB_OUTPUT__', 1);
|
||||
|
||||
/**
|
||||
* @brief DB 쿼리중 정해진 시간을 넘기는 쿼리의 로그 남김
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
* 0 이상 : 단위를 초로 하여 지정된 초 이상의 실행시간이 걸린 쿼리를 로그로 남김
|
||||
* 로그파일은 ./files/_db_slow_query.php 파일로 저장됨
|
||||
**/
|
||||
define('__LOG_SLOW_QUERY__', 0);
|
||||
define('__LOG_SLOW_QUERY__', 1);
|
||||
|
||||
/**
|
||||
* @brief ob_gzhandler를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue