diff --git a/public/index.php b/public/index.php index 6b966775f..8d0e0cbb8 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2022 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/router.php b/public/router.php index c9873a849..34671e7e8 100644 --- a/public/router.php +++ b/public/router.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2022 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- @@ -14,9 +14,9 @@ // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin // +---------------------------------------------------------------------- -if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) { +if (is_file($_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'])) { return false; } else { - $_SERVER["SCRIPT_FILENAME"] = __DIR__ . '/index.php'; - require __DIR__ . "/index.php"; + $_SERVER['SCRIPT_FILENAME'] = __DIR__ . '/index.php'; + require $_SERVER['SCRIPT_FILENAME']; } \ No newline at end of file