첨부파일 관련 경고창 정보
첨부파일 관련 경고창
본문
댓글 전체

blog/adm_write_update.php 의
52줄 수정
if( (int)$filesize > (int)$gb4['upload_one_file_size'] )
--> if( (int)$filesize > (int)$gb4['upload_one_file_size'] && (!$gb4['upload_one_file_size']==0))
74줄 수정
if (!$is_admin && $filesize > $gb4['upload_one_file_size'] )
-->if (!$is_admin && $filesize > $gb4['upload_one_file_size'] && (!$gb4['upload_one_file_size']==0))
52줄 수정
if( (int)$filesize > (int)$gb4['upload_one_file_size'] )
--> if( (int)$filesize > (int)$gb4['upload_one_file_size'] && (!$gb4['upload_one_file_size']==0))
74줄 수정
if (!$is_admin && $filesize > $gb4['upload_one_file_size'] )
-->if (!$is_admin && $filesize > $gb4['upload_one_file_size'] && (!$gb4['upload_one_file_size']==0))

감사합니다. ^^
역시 버그였군요. ㅎㅎㅎ
역시 버그였군요. ㅎㅎㅎ