[admin] add grant props

This commit is contained in:
xiaomlove
2022-08-11 17:12:36 +08:00
parent 72908e38f4
commit 9332b676b4
18 changed files with 156 additions and 18 deletions

View File

@@ -3727,6 +3727,7 @@ function get_username($id, $big = false, $link = true, $bold = true, $target = f
if ($hasSetRainbow) {
$username = "<b>{$username}</b>";
} else {
$hasSetRainbow = true;
$username = "<b{$rainbow}>{$username}</b>";
}
}