최초등록

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
+11
View File
@@ -0,0 +1,11 @@
<%
response.write poc_btmhtml
if poc_btminclude = "" then '없으면 기본으로..
%>
<!--#include virtual="/content/poll/bottom_html.asp"-->
<%
else
server.execute(poc_btminclude)
end if
%>