14 lines
628 B
Plaintext
14 lines
628 B
Plaintext
<%@ page language="java" contentType="text/html; charset=GBK" %>
|
|
<%@page import="com.amarsoft.awe.ueditor.ActionEnter"%>
|
|
<%@ page trimDirectiveWhitespaces="true" %>
|
|
<%@ include file="/Frame/resources/include/include_begin_ajax.jspf" %>
|
|
<%
|
|
session.setAttribute("LastRunEndTime", "ÉÏ´«²»×öË«»÷УÑé");
|
|
|
|
String sStr = new ActionEnter(pageContext, CurUser, CurConfig.getConfigure("FileSavePath"), new File(application.getRealPath(request.getServletPath())).getParent()+File.separator+"config.json").exec() ;
|
|
|
|
//System.out.println(sStr);
|
|
|
|
out.write(sStr);
|
|
%>
|
|
<%@ include file="/Frame/resources/include/include_end_ajax.jspf" %> |