관리자 CSRF 취약점 수정
This commit is contained in:
@ -5,6 +5,8 @@ include_once('./_common.php');
|
||||
if ($is_admin != 'super')
|
||||
die('최고관리자만 접근 가능합니다.');
|
||||
|
||||
admin_referer_check();
|
||||
|
||||
$theme = trim($_POST['theme']);
|
||||
$theme_dir = get_theme_dir();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user