mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
#18990939 : security vulnerability
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7586 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e3e871ad9f
commit
954dd255d9
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
* @brief 사용자 추가 (관리자용)
|
* @brief 사용자 추가 (관리자용)
|
||||||
**/
|
**/
|
||||||
function procMemberAdminInsert() {
|
function procMemberAdminInsert() {
|
||||||
|
if(Context::getRequestMethod() == "GET") return new Object(-1, "msg_invalid_request");
|
||||||
// 필수 정보들을 미리 추출
|
// 필수 정보들을 미리 추출
|
||||||
$args = Context::gets('member_srl','user_id','user_name','nick_name','homepage','blog','birthday','email_address','password','allow_mailing','allow_message','denied','is_admin','description','group_srl_list','limit_date');
|
$args = Context::gets('member_srl','user_id','user_name','nick_name','homepage','blog','birthday','email_address','password','allow_mailing','allow_message','denied','is_admin','description','group_srl_list','limit_date');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue