master
阿珏 7 years ago committed by GitHub
parent cffb883e54
commit 45dc00b12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ define('APP_PATH', __DIR__ . '/');
define('APP_DEBUG', false); define('APP_DEBUG', false);
//幻想领域版本 //幻想领域版本
define('APP_VERSION', 1.2); define('APP_VERSION', 1.21);
// 加载函数库文件 // 加载函数库文件
require(APP_PATH . 'framework/helpers/function.base.php'); require(APP_PATH . 'framework/helpers/function.base.php');
@ -15,4 +15,4 @@ require(APP_PATH . 'framework/helpers/function.base.php');
require(APP_PATH . 'framework/core/Framework.php'); require(APP_PATH . 'framework/core/Framework.php');
// 实例化框架类 // 实例化框架类
new framework\core\Framework(); new framework\core\Framework();

Loading…
Cancel
Save