From cf3570586a1b5caf2d7425f773d0dcd1598f69f1 Mon Sep 17 00:00:00 2001 From: kagla Date: Mon, 28 Jun 2021 14:12:43 +0900 Subject: [PATCH] =?UTF-8?q?ss=5Fqa=5Fwrite=5Ftoken=20=EC=84=B8=EC=85=98?= =?UTF-8?q?=EA=B0=92=EC=9D=B4=20=EB=84=98=EC=96=B4=EA=B0=80=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=95=84=20=EB=8B=B5=EB=B3=80=EB=93=B1=EB=A1=9D=20?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=EB=A5=BC=20=ED=95=B4=EA=B2=B0=ED=95=98=EA=B8=B0=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=EC=B6=94=EA=B0=80=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/qaview.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bbs/qaview.php b/bbs/qaview.php index 59543188f..e415aa272 100644 --- a/bbs/qaview.php +++ b/bbs/qaview.php @@ -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');