최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+26
View File
@@ -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)
%>