From 5cfa7778976aa6e977f561791f415d575ff25d17 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Aug 2026 17:08:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B2=A8=EB=B6=80=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- egbim/bbs/descope_qa_write.php | 2 +- eng/bbs/descope_qa_write.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egbim/bbs/descope_qa_write.php b/egbim/bbs/descope_qa_write.php index 6b0a84f..bd74e73 100644 --- a/egbim/bbs/descope_qa_write.php +++ b/egbim/bbs/descope_qa_write.php @@ -65,7 +65,7 @@ if ($isEdit) { function handle_file_uploads(PDO $pdo, int $postId, array &$errors) { if (empty($_FILES['attach']['name'][0])) return; - $uploadDir = dirname(__DIR__) . '/uploads/qa'; + $uploadDir = dirname(__DIR__) . '/uploads/qa/'; if (!is_dir($uploadDir)) { if (!mkdir($uploadDir, 0777, true) && !is_dir($uploadDir)) { $errors[] = '업로드 폴더를 생성할 수 없습니다.'; diff --git a/eng/bbs/descope_qa_write.php b/eng/bbs/descope_qa_write.php index 1da475a..cbcef20 100644 --- a/eng/bbs/descope_qa_write.php +++ b/eng/bbs/descope_qa_write.php @@ -65,7 +65,7 @@ if ($isEdit) { function handle_file_uploads(PDO $pdo, int $postId, array &$errors) { if (empty($_FILES['attach']['name'][0])) return; - $uploadDir = dirname(__DIR__) . '/uploads/qa'; + $uploadDir = dirname(__DIR__) . '/uploads/qa/'; if (!is_dir($uploadDir)) { if (!mkdir($uploadDir, 0777, true) && !is_dir($uploadDir)) { $errors[] = 'Upload folder could not be created.';