mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Only admins with user moderation rights can see user-related status
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
if (ADMIN) {
|
||||
if (getperms('0') || getperms('4'))
|
||||
{
|
||||
if (!function_exists('admin_status')) {
|
||||
function admin_status() {
|
||||
global $sql, $ns, $pref, $imode;
|
||||
|
Reference in New Issue
Block a user