hide passkey and ip addresses

This commit is contained in:
NekoCH
2023-07-14 19:12:05 +08:00
parent 08f879a5b9
commit 7376bbba8c
3 changed files with 12 additions and 5 deletions

View File

@@ -6516,4 +6516,8 @@ function can_view_post($uid, $post)
return true;
}
function hide_text($text) {
return '<span class="hidden-text">' . $text . '</span>';
}
?>