Jump to content

[2.1]Non-root admin can see IP addresses


Guest Fabien

Recommended Posts

In the ACP Home, a non-root admin can see IP addresses in box "Administrators Using ACP".


Solution
In the file sources/action_admin/index.php, add code in red :

else


{


$r['_click'] = sprintf("%0d", ($r['_click'] / 60) ) . " minutes ago";


}



[color="#FF0000"] if ( $this->ipsclass->member['mgroup'] != $this->ipsclass->vars['admin_group'] )


{


$r['session_ip_address'] = "Private";


}[/color]



:)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...