최초등록
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!--#include virtual = "/common/lib/dbcon.asp" -->
|
||||
<!--#include virtual = "/common/lib/func.asp" -->
|
||||
<%
|
||||
|
||||
|
||||
m_id = InputValue(request("m_id"))
|
||||
m_pwd = InputValue(request("m_pwd"))
|
||||
|
||||
if memgr_idpwdchk3(m_id,m_pwd) then
|
||||
|
||||
Call memgr_logincookie(m_id,m_pwd) '인증쿠키발생
|
||||
|
||||
If session("ss_g_num") = "1" Then
|
||||
memgr_ad_cmscookie()
|
||||
End if
|
||||
else
|
||||
|
||||
Call Back_back ("아이디 또는 비밀번호를 확인하세요.")
|
||||
|
||||
End if
|
||||
|
||||
If prepage = "" Then prepage = "/content/01message/01_01.asp"
|
||||
Call loding ("0", prepage)
|
||||
|
||||
|
||||
%>
|
||||
Reference in New Issue
Block a user