From 9b8c8303a67aba9a748a520f190bc4a7eab3560a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Mon, 11 Sep 2023 03:06:28 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- dzz/config/config-sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzz/config/config-sample.php b/dzz/config/config-sample.php index 3c4d8e5..d90e3e7 100644 --- a/dzz/config/config-sample.php +++ b/dzz/config/config-sample.php @@ -4,7 +4,7 @@ return array( 'allow_view'=>1, 'allow_robot'=>false,//是否允许机器人爬取 /*此三项配置如果未配置,将读取系统默认配置访问*/ - 'default_mod'=>'index_simple',//默认应用CONFIG DEFAULT_MOD + 'default_mod'=>'index',//默认应用CONFIG DEFAULT_MOD 'default_op' => 'index',//CONFIG DEFAULT_OP 'dafault_action' => 'index',//CONFIG DAFAULT_ACTION /*加载函数文件,有两种格式: