|
 |
Ȩ > õÁö¼Ò½Ä > º¸µµÀÚ·á |
|
<%
if MODE = MODE_LIST then
if BBS = "IMAGE_GALLERY" then
server.Execute("photo_list2.php")
else
server.execute("list2.php")
end if
elseif MODE = MODE_VIEW then
server.execute("View2.php")
elseif MODE = MODE_WRITE or MODE=MODE_MODY or MODE=MODE_REPLY then
server.execute("write2.php")
elseif MODE = MODE_SECURE or MODE=MODE_COMMENT then
server.Execute("passwd_check2.php")
end if
%>
|
|
|