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":