대용량 파일 다운로드 오류 수정
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
|
|
||||||
|
// clean the output buffer
|
||||||
|
ob_end_clean();
|
||||||
|
|
||||||
$no = (int)$no;
|
$no = (int)$no;
|
||||||
|
|
||||||
@include_once($board_skin_path.'/download.head.skin.php');
|
@include_once($board_skin_path.'/download.head.skin.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user