添加变量

This commit is contained in:
LyLme 2022-05-01 23:06:33 +08:00
parent 9a550068bd
commit 83b8c34bb3
1 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,6 @@ 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($conf['cdnpublic']);
$template = './template/'.$conf["template"].'/index.php';
$templatepath ='./template/'.$conf["template"];
$template = $templatepath.'/index.php';
?>