<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% '************************************ ' Powered by ThemePluginEditor 1.1 ' zsx http://www.zsxsoft.com '************************************ %> <% Option Explicit %> <% 'On Error Resume Next %> <% Response.Charset="UTF-8" %> <% Call System_Initialize() '检查非法链接 Call CheckReference("") '检查权限 If BlogUser.Level>1 Then Call ShowError(6) Dim s For Each s In Request.Form If Left(s,7)="include" Then Call SaveToFile(BlogPath & "zb_users/theme/HTML5CSS3/include/" & Right(s,Len(s)-8),Request.Form(s),"utf-8",False) End If Next ClearGlobeCache LoadGlobeCache BlogRebuild_Default Call SetBlogHint(True,Empty,Empty) Response.Redirect "editor.asp" %> <%Call System_Terminate()%>