This commit is contained in:
icret
2023-03-11 01:16:12 +08:00
parent 5d9a791b8f
commit b4ec93208d
8 changed files with 22 additions and 16 deletions

View File

@@ -1116,7 +1116,7 @@ class ZipHelper
}
/** 环境检测 */
if ($config['checkEnv']) require_once APP_ROOT . '/app/check.php';
require_once APP_ROOT . '/app/check.php';
/** 底部广告 */
if ($config['ad_bot']) echo $config['ad_bot_info'];
/** 引入底部 */