From 89b2720027ac2e3feb260a6485daf9039075179a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0git=20config=20git=20config=20-?= =?UTF-8?q?-helpgit=20config=20--global=20user=2Ename=20=EC=B5=9C=EC=A4=80?= =?UTF-8?q?=ED=9D=A0?= Date: Sat, 5 Aug 2023 20:41:48 +0900 Subject: [PATCH] servermgrv2 init... --- app/Controllers/Front/BoardController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/Controllers/Front/BoardController.php b/app/Controllers/Front/BoardController.php index 8cf3bbd..4fb5895 100644 --- a/app/Controllers/Front/BoardController.php +++ b/app/Controllers/Front/BoardController.php @@ -20,12 +20,6 @@ class BoardController extends FrontController public function getFields(string $action = ""): array { $fields = ['title', "board_file", "passwd", "content"]; - try { - //권한체크 - $this->isRole('upload'); - } catch (\Exception $e) { - $fields = ['title', "passwd", "content"]; - } switch ($action) { case "index": case "excel":