ob_start 에서 ob_gzhandler 설정 제거
This commit is contained in:
@ -462,7 +462,7 @@ while ($entry = $tmp->read()) {
|
||||
include_once(G4_EXTEND_PATH.'/'.$entry);
|
||||
}
|
||||
|
||||
ob_start('ob_gzhandler');
|
||||
ob_start();
|
||||
|
||||
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
|
||||
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
|
||||
|
||||
Reference in New Issue
Block a user