www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/deleoff.asp

    <!--#include file="conn.asp"-->
<!--#include file="function.asp"-->
<!--#include file="checkadmin.inc"-->
<%       
   conn.execute "delete from totalk WHERE now()-times >=3"
   conn.close
   set conn=nothing
   response.redirect Request.ServerVariables("HTTP_REFERER")
%>