g4s 2013-04-11자 코드 적용

This commit is contained in:
chicpro
2013-04-11 10:13:19 +09:00
parent fc4c61c0c5
commit f39509c1c9
401 changed files with 731 additions and 396 deletions

View File

@ -69,10 +69,7 @@ if (!get_session($ss_name))
$g4['title'] = '다운로드 > '.conv_subject($write['wr_subject'], 255);
if (preg_match("/^utf/i", $g4['charset']))
$original = urlencode($file['bf_source']);
else
$original = $file['bf_source'];
$original = urlencode($file['bf_source']);
@include_once($board_skin_path.'/download.tail.skin.php');