파일 업로드 개수 체크 추가

This commit is contained in:
chicpro
2016-05-03 16:53:52 +09:00
parent 7a8a4fe71d
commit ee35ce9839
10 changed files with 28 additions and 8 deletions

View File

@ -304,6 +304,7 @@ $secret_checked = "";
if ($w == '') {
$password_required = 'required';
$file = array('count'=>$file_count);
} else if ($w == 'u') {
$password_required = '';
@ -348,6 +349,7 @@ if ($w == '') {
for ($i=1; $i<=G5_LINK_COUNT; $i++) {
$write['wr_link'.$i] = get_text($write['wr_link'.$i]);
}
$file = array('count'=>$file_count);
}
set_session('ss_bo_table', $_REQUEST['bo_table']);