diff --git a/flyCube.php b/flyCube.php index a231c11..44bc9a7 100644 --- a/flyCube.php +++ b/flyCube.php @@ -2,7 +2,7 @@ /* * @Author: 4021673@qq.com * @Date: 2022-05-27 23:52:59 - * @LastEditTime: 2024-06-12 16:29:16 + * @LastEditTime: 2024-06-12 16:32:23 * @Description: Do not edit */ // +---------------------------------------------------------------------- @@ -40,7 +40,7 @@ define('APP_PATH', './FlyCube/'); require __DIR__ . '/vendor/autoload.php'; // 引入公共函数文件 -require_once APP_PATH . '/FlyCube/Common/Common/functions.php'; +require_once APP_PATH . 'Common/Common/functions.php'; // 引入ThinkPHP入口文件 require './ThinkPHP/ThinkPHP.php';