您没有管理本页面的权限。"
call dvbbs_error()
else
if request("action")="save" then
call saveconst()
else
call consted()
end if
conn.close
set conn=nothing
end if
sub consted()
if not isnumeric(request("editid")) then
Errmsg="
错误的版面信息"
call dvbbs_error()
exit sub
end if
set rs=conn.execute("select * from board where boardid="&request("editid"))
Board_Setting=split(rs("board_setting"),",")
%>
<%
end sub
sub saveconst()
if not isnumeric(request("editid")) then
Errmsg=Errmsg+" "+"