로그인 위젯의 잘못된 id값 수정 & optimizer의 헤더 출력 값을 변경하여 css가 깨어지는 원인을 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-15 10:45:27 +00:00
parent 544355fe23
commit 87dd165921
8 changed files with 137 additions and 134 deletions

View file

@ -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를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션