mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix php8 compatibility
This commit is contained in:
@@ -10,7 +10,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "祝贺你,你获得了一个月的",
|
||||
'text_success_vip_two' => "资格!",
|
||||
'text_no_permission' => "<b>错误!</b>你没有该权限。",
|
||||
'text_success_custom_title' => "祝贺你,你获得了<b>".$CURUSER[title]."</b>头衔!",
|
||||
'text_success_custom_title' => "祝贺你,你获得了<b>".$CURUSER['title']."</b>头衔!",
|
||||
'text_success_gift' => "你成功赠送了<b>魔力值</b>。",
|
||||
'head_karma_page' => "的魔力值",
|
||||
'text_karma_system' => "魔力值系统",
|
||||
|
||||
Reference in New Issue
Block a user