mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
更新
This commit is contained in:
2
base.php
2
base.php
@@ -13,7 +13,7 @@
|
|||||||
define('START_TIME', microtime(true));
|
define('START_TIME', microtime(true));
|
||||||
define('START_MEM', memory_get_usage());
|
define('START_MEM', memory_get_usage());
|
||||||
// 版本信息
|
// 版本信息
|
||||||
define('THINK_VERSION', '5.0.0beta');
|
define('THINK_VERSION', '5.0.0 RC1');
|
||||||
// 系统常量
|
// 系统常量
|
||||||
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
|
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
|
||||||
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
|
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
|
||||||
|
|||||||
Reference in New Issue
Block a user