亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

虛擬主機重啟代碼

 更新時間:2006年12月19日 00:00:00   作者:  
復制代碼 代碼如下:

<%
response.write "<br>"
call server_update("cache")
call server_update("session")
response.write "<br>虛擬主機重啟成功!"
sub server_update(byval strt)
  if strt="" then strt=request.querystring("delete")
  select case strt
  case "cache"
    Application.Lock
    application.contents.Removeall
    Application.unLock
    response.write "Delete Cache Succeed!<br>"
  case "session"
    session.Abandon
    response.write "Delete Session Succeed!<br>"
  end select
end sub
%>

保存為iisrestar.asp

相關(guān)文章

最新評論