mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 11:59:16 +08:00
v1.8.0 init
This commit is contained in:
parent
820030d987
commit
8203a3a8eb
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name":"默认模板",
|
||||
"ver":"1.7.0",
|
||||
"name":"默认主题",
|
||||
"ver":"1.8.0",
|
||||
"author":"Devil",
|
||||
"home":"http://shopxo.net/"
|
||||
"home":"https://shopxo.net/"
|
||||
}
|
@ -26,6 +26,7 @@ return array(
|
||||
'1.5.0' => array('value' => '1.5.0', 'name' => 'v1.5.0'),
|
||||
'1.6.0' => array('value' => '1.6.0', 'name' => 'v1.6.0'),
|
||||
'1.7.0' => array('value' => '1.7.0', 'name' => 'v1.7.0'),
|
||||
'1.8.0' => array('value' => '1.8.0', 'name' => 'v1.8.0'),
|
||||
),
|
||||
|
||||
// 用户注册类型列表
|
||||
|
@ -13,7 +13,7 @@
|
||||
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
|
||||
|
||||
// 系统版本
|
||||
define('APPLICATION_VERSION', 'v1.7.0');
|
||||
define('APPLICATION_VERSION', 'v1.8.0');
|
||||
|
||||
// 定义系统目录分隔符
|
||||
define('DS', '/');
|
||||
|
Loading…
Reference in New Issue
Block a user