1
0
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:
e107steved 2007-05-11 21:04:13 +00:00
parent 714763452b
commit ace82768b6

View File

@ -1,4 +1,5 @@
if (ADMIN) {
if (getperms('0') || getperms('4'))
{
if (!function_exists('admin_status')) {
function admin_status() {
global $sql, $ns, $pref, $imode;