no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -277,7 +277,7 @@ function lang($str,$lx='')
{
if(!$str)return $str;
$da = arrvalue($GLOBALS,'langdata');
if(!$da)return $str;
if(!$da || !isset($da['xuhao']))return $str;
$xuhao = $da['xuhao'];
$key = 'data'.$lx.'';
if(!isset($da[$key])){