feat: 시스템 권한 분리

- 부운영자를 부운영자(시스템), 부운영자(유저)로 분리
This commit is contained in:
2024-12-14 04:06:03 +00:00
parent 515298700a
commit f5b3b985ce
20 changed files with 26 additions and 454 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ include('func.php');
$session = Session::requireLogin([])->setReadOnly();
if(Session::getInstance()->userGrade < 5){
if(Session::getInstance()->userGrade < 6){
Json::die([
'reason'=>'권한이 부족합니다.'
]);