Files
sms_host20170829/content/poll/bottom.asp
T
2026-02-23 10:01:00 +09:00

12 lines
195 B
Plaintext

<%
response.write poc_btmhtml
if poc_btminclude = "" then '없으면 기본으로..
%>
<!--#include virtual="/content/poll/bottom_html.asp"-->
<%
else
server.execute(poc_btminclude)
end if
%>