%
If Not session("admin_loggedin" & strSUnique) = Session.SessionID then Response.Redirect "default.asp"
If Not isEvents then
Response.Write "
Events Log is disabled. Enable it in Admin Preferences"
Else
If lcase(Request.ServerVariables("REQUEST_METHOD")) = "post" then
For I = 1 to 20
If Len(CStr(Request.Form("C" & I))) > 0 Then strSetEvents = strSetEvents & " " & Request.Form("C" & I)
Next
strSetEvents = Trim(strSetEvents)
objConn.Execute("UPDATE " & tablPfx & "Main SET events = '" & strSetEvents & "';")
Application("Events_Config" & strUnique) = Empty
Response.Redirect "admin_econfig.asp"
End If
%>
![]() |
![]() |
||||
|
|||||
![]() |
![]() |
||||