ss_qa_write_token 세션값이 넘어가지 않아 답변등록 되지 않던 오류를 해결하기 위해 추가함

This commit is contained in:
kagla
2021-06-28 14:12:43 +09:00
parent d8df299366
commit cf3570586a

View File

@ -12,6 +12,7 @@ $content = '';
$token = _token();
set_session('ss_qa_delete_token', $token);
set_session('ss_qa_write_token', $token);
$g5['title'] = $qaconfig['qa_title'];
include_once('./qahead.php');