From bb45eb556b6eb2aaa48a6d1089cf807b2c53857b Mon Sep 17 00:00:00 2001 From: hxchigd Date: Mon, 1 Apr 2024 18:05:48 +0800 Subject: [PATCH] update --- backstage/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage/index.php b/backstage/index.php index 12d2580..eff2f8b 100644 --- a/backstage/index.php +++ b/backstage/index.php @@ -36,7 +36,7 @@ * @filesource */ -//MARK:设置一些全局变量 hxc 2023 +//MARK:设置一些全局变量 hxc 2024 /*设置全局变量有两种方式: 1.如下设置。 2.在config文件:$config['page_size'] = 10; 调用:$this->config->item('rewrite_rule') = 10;