From 5ab54ed97b186230df2e5da9952fcaaf5d489314 Mon Sep 17 00:00:00 2001 From: LyLme Date: Sat, 26 Mar 2022 12:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20CDN=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.php b/include/common.php index a0d8cf7..6effdc1 100644 --- a/include/common.php +++ b/include/common.php @@ -22,6 +22,6 @@ include_once(SYSTEM_ROOT."member.php"); include_once(SYSTEM_ROOT."tj.php"); $linksrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_links`")); $groupsrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_groups`")); -$cdnpublic = cdnpublic(isset($conf['cdnpublic'])); +$cdnpublic = cdnpublic($conf['cdnpublic']); $template = './template/'.$conf["template"].'/index.php'; ?> \ No newline at end of file