同步代码

This commit is contained in:
小胡
2024-08-18 15:46:48 +08:00
Unverified
parent 74c58bd5c0
commit 96042c3c91
41 changed files with 44 additions and 1116 deletions

View File

@@ -30,7 +30,7 @@ function replacesitevar($string, $replaces = array())
$sitevars = array(
'{sitename}' => $_G['setting']['sitename'],
'{xhversion}' => CORE_XHVERSION,
'{xversion}' => CORE_VERSION,
'{version}' => CORE_VERSION,
'{years}' => date("Y"),
'{time}' => dgmdate(TIMESTAMP, 'Y-n-j H:i'),
'{adminemail}' => $_G['setting']['adminemail'],