mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-01-08 11:58:03 +08:00
v2.8.0
This commit is contained in:
parent
2b78340111
commit
9a3780a0ee
@ -32,7 +32,7 @@ define('APP_ROOT', str_replace('\\', '/', realpath(dirname(__FILE__) . '/../')))
|
||||
// 判断当前的系统类型是否为windows
|
||||
define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0);
|
||||
// 定义当前版本
|
||||
define('APP_VERSION', '2.7.9');
|
||||
define('APP_VERSION', '2.8.0');
|
||||
|
||||
/*---------------基础配置结束-------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user