경로 변경
This commit is contained in:
@ -31,7 +31,7 @@ if ($member['mb_level'] < $board['bo_download_level']) {
|
|||||||
if ($member['mb_id'])
|
if ($member['mb_id'])
|
||||||
alert($alert_msg);
|
alert($alert_msg);
|
||||||
else
|
else
|
||||||
alert($alert_msg.'\\n회원이시라면 로그인 후 이용해 보십시오.', './login.php?wr_id='.$wr_id.'&'.$qstr.'&url='.urlencode($g4['bbs_path'].'/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id));
|
alert($alert_msg.'\\n회원이시라면 로그인 후 이용해 보십시오.', G4_BBS_URL.'/login.php?wr_id='.$wr_id.'&'.$qstr.'&url='.urlencode(G4_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id));
|
||||||
}
|
}
|
||||||
|
|
||||||
$filepath = G4_DATA_PATH.'/file/'.$bo_table.'/'.$file['bf_file'];
|
$filepath = G4_DATA_PATH.'/file/'.$bo_table.'/'.$file['bf_file'];
|
||||||
|
|||||||
Reference in New Issue
Block a user