servermgrv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-05 20:41:48 +09:00
parent 783c3699ca
commit 89b2720027

View File

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