admin_uploadfile.asp
来自「一套开源WEB的网站管理系统」· ASP 代码 · 共 25 行
ASP
25 行
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!--#include file="include/cls_AdminFile.asp"-->
<%
Response.Buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
Server.ScriptTimeout = 9999
'=====================================================================
' 软件名称:创业中国网站管理系统http://www.599cn.com
' 当前版本:599Cn Site Management System Version 2.1
' 文件名称:admin_account.asp
' 更新日期:2008-4-15
' 官方网站:创业网络(www.599cn.com) QQ:309523286
'=====================================================================
' Copyright 2002-2005 599cn.com - All Rights Reserved.
' newasp is a trademark of www.599cn.com
'=====================================================================
NewCloud.ShowUploadFile
Set NewCloud = Nothing
CloseConn
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?