admin add UserModifyLog

This commit is contained in:
xiaomlove
2025-05-07 20:01:29 +07:00
parent eb830ec869
commit 5164ee16a6
8 changed files with 118 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ $Cache->add_whole_row();
begin_main_frame();
begin_frame($lang_faq['text_welcome_to'].$SITENAME." - ".$SLOGAN);
print($lang_faq['text_welcome_content_one'].sprintf($lang_faq['text_welcome_content_two'], \App\Models\Setting::getSiteName()));
echo sprintf($lang_faq['text_welcome_content_one'].sprintf($lang_faq['text_welcome_content_two'], \App\Models\Setting::getSiteName(), \App\Models\Setting::getSiteName()));
end_frame();
$lang_id = get_guest_lang_id();