From 06f3aec75c02db44988815fd77fe47cca73c24b5 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Fri, 3 Apr 2026 12:44:09 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E5=90=AF=E7=94=A8=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 edittpl 配置项从 '0' 修改为 '1' - 允许用户进行模板编辑操作 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 383af0f..40ffacd 100644 --- a/config.inc.php +++ b/config.inc.php @@ -41,7 +41,7 @@ $CFG['authkey'] = 'NIhC3TPxiWUH4CrJ'; $CFG['static'] = ''; $CFG['cloud_uid'] = ''; $CFG['cloud_key'] = ''; -$CFG['edittpl'] = '0'; +$CFG['edittpl'] = '1'; $CFG['executesql'] = '0'; $CFG['founderid'] = '1'; ?> \ No newline at end of file