1、安装文件更新

2、内核更新
This commit is contained in:
2016-07-31 14:17:51 +08:00
parent 9da53fc969
commit 762b280d21
30 changed files with 1082 additions and 181 deletions

View File

@@ -0,0 +1,16 @@
<?php
return array(
'view_replace_str' => array(
'__ADDONS__' => BASE_PATH . '/addons',
'__PUBLIC__' => BASE_PATH . '/public',
'__STATIC__' => BASE_PATH . '/application/admin/static',
'__IMG__' => BASE_PATH . '/application/admin/static/images',
'__CSS__' => BASE_PATH . '/application/admin/static/css',
'__JS__' => BASE_PATH . '/application/admin/static/js',
'__COMPANY__' => '南昌腾速科技有限公司',
'__NAME__' => 'SentCMS网站管理系统',
'__COMPANY_WEBSITE__' => 'www.tensent.cn',
'__WEBSITE__' => 'www.sentcms.cn',
),
);