mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
hide passkey and ip addresses
This commit is contained in:
@@ -6516,4 +6516,8 @@ function can_view_post($uid, $post)
|
||||
return true;
|
||||
}
|
||||
|
||||
function hide_text($text) {
|
||||
return '<span class="hidden-text">' . $text . '</span>';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user