?? admin.asp
字號:
<%@ CODEPAGE=65001 %>
<%
'///////////////////////////////////////////////////////////////////////////////
'// 插件應(yīng)用: Z-Blog 1.7
'// 插件制作:
'// 備 注:
'// 最后修改:
'// 最后版本:
'///////////////////////////////////////////////////////////////////////////////
%>
<% Option Explicit %>
<%
On Error Resume Next
%>
<% Response.Charset="GB2312" %>
<% Response.Buffer=True %>
<!-- #include file="../../c_option.asp" -->
<!-- #include file="../../function/c_function.asp" -->
<!-- #include file="../../function/c_function_md5.asp" -->
<!-- #include file="../../function/c_system_lib.asp" -->
<!-- #include file="../../function/c_system_base.asp" -->
<!-- #include file="../../function/c_system_event.asp" -->
<!-- #include file="../../function/c_system_plugin.asp" -->
<%
Call System_Initialize()
'檢查非法鏈接
Call CheckReference("")
'檢查權(quán)限
If BlogUser.Level>1 Then Call ShowError(6)
If CheckPluginState("windsphoto")=False Then Call ShowError(48)
BlogTitle="winds相冊"
%>
<%
Response.cookies("photopass")="windsphoto#@#187"
Response.Redirect "main.asp"
%>
<%
Call System_Terminate()
If Err.Number<>0 then
Call ShowError(0)
End If
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -