Compare commits
2 Commits
81e28ba2fb
...
a4343a1d1a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a4343a1d1a | ||
![]() |
9d6ce0568c |
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: 4021673@qq.com
|
* @Author: 4021673@qq.com
|
||||||
* @Date: 2022-05-27 23:52:59
|
* @Date: 2022-05-27 23:52:59
|
||||||
* @LastEditTime: 2024-05-15 18:45:31
|
* @LastEditTime: 2024-06-12 16:29:16
|
||||||
* @Description: Do not edit
|
* @Description: Do not edit
|
||||||
*/
|
*/
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
@ -39,5 +39,8 @@ define('APP_PATH', './FlyCube/');
|
|||||||
// 引入Composer生成的自动加载器文件
|
// 引入Composer生成的自动加载器文件
|
||||||
require __DIR__ . '/vendor/autoload.php';
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
|
// 引入公共函数文件
|
||||||
|
require_once APP_PATH . '/FlyCube/Common/Common/functions.php';
|
||||||
|
|
||||||
// 引入ThinkPHP入口文件
|
// 引入ThinkPHP入口文件
|
||||||
require './ThinkPHP/ThinkPHP.php';
|
require './ThinkPHP/ThinkPHP.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user