Version 2.0

实现基本功能
实现了基本界面admin.php
支持查看各种信息,支持自动base64解码

todolist
keepsession
认证
完全启用CSP
我的js
js模板

为实现一些jqxgrid无法实现的功能改动了jqx库,详见diff文件夹
This commit is contained in:
firesun
2015-10-27 12:26:59 +08:00
parent 6967a0bee1
commit aaa17b1691
81 changed files with 27088 additions and 120 deletions

12
keepsession.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
define("IN_XSS_PLATFORM",true);
if(!defined('IN_XSS_PLATFORM')) {
exit('Access Denied');
}
require_once("config.php");
require_once("functions.php");
require_once("dio.php");
//to do
?>