mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +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')) {
|
if (!function_exists('admin_status')) {
|
||||||
function admin_status() {
|
function admin_status() {
|
||||||
global $sql, $ns, $pref, $imode;
|
global $sql, $ns, $pref, $imode;
|
||||||
|
Reference in New Issue
Block a user