mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Only admins with user moderation rights can see user-related status
This commit is contained in:
parent
714763452b
commit
ace82768b6
@ -1,4 +1,5 @@
|
||||
if (ADMIN) {
|
||||
if (getperms('0') || getperms('4'))
|
||||
{
|
||||
if (!function_exists('admin_status')) {
|
||||
function admin_status() {
|
||||
global $sql, $ns, $pref, $imode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user