修复 CDN导致的报错

This commit is contained in:
LyLme 2022-03-26 12:37:28 +08:00
parent 007423e9e7
commit 5ab54ed97b
1 changed files with 1 additions and 1 deletions

View File

@ -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';
?>