From 2b7eda2fdb5c47d48a43f354dcf7c4bcadd72b6e Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Mon, 21 Aug 2023 18:20:22 +0800 Subject: [PATCH] update --- src/common/config/config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/config/config.php b/src/common/config/config.php index 080a148..d4d60a9 100644 --- a/src/common/config/config.php +++ b/src/common/config/config.php @@ -13,9 +13,6 @@ const DIR_CONSTANTS = DIR_SRC . 'applet/app/constants/'; const DIR_MODEL = DIR_COMMON . 'model/'; const DIR_VENDOR = DIR_SRC . 'vendor/'; -// 数据库缓存设置,部分网站设置缓存到文件配置里面 -const CACHE_DB_CFG = DIR_CACHE . 'db_cache_cfg.php'; - // 是否开启调试模式 const DEBUG = 1; const APP_ENV = 'dev';