1、修正说明文档

2、修改版本号
This commit is contained in:
2016-12-01 00:53:50 +08:00
parent 9d41fbd5e9
commit 3d9cbcfa22
2 changed files with 7 additions and 9 deletions

View File

@@ -39,19 +39,16 @@
│ │ ├─view
│ │ ├─config.php
│ ├─common COMMON公共模型不可访问
│ │ ├─controller
│ │ ├─static
│ │ ├─view
│ │ ├─config.php
│ │ ├─controller 公共基类目录
│ │ ├─model 模型目录
│ │ ├─validate 验证配置
│ │ ├─view 公共模板目录
│ │ ├─widget 扩展组件目录
│ ├─index 前台模型
│ │ ├─controller
│ │ ├─static
│ │ ├─view
│ │ ├─config.php
│ ├─user 用户中心模型
│ │ ├─controller
│ │ ├─static
│ │ ├─view
│ │ ├─config.php
│ ├─common.php 公共函数库文件
│ ├─config.php 基础配置文件
@@ -63,6 +60,7 @@
├─data 缓存以及备份目录
├─public 公共资源库
├─uploads 上传文件目录
├─template 网站主题模板目录
├─.htaccess Apache下伪静态文件
├─favicon.ico ico图标
├─index.php 入口文件

View File

@@ -8,7 +8,7 @@
// +----------------------------------------------------------------------
// SentCMS常量定义
define('SENTCMS_VERSION', '3.0.20160630');
define('SENTCMS_VERSION', '3.0.20161201');
define('SENT_ADDON_PATH', ROOT_PATH . DS . 'addons' . DS);
//字符串解密加密