|
|
Registered User Currently Offline
|
Posts: 7
Join Date: Sep 2006
|
When I click on the users IP logged in as Admin I can not access viewip.php
This is the the code that determines this:
Code:
else if(($user_id != 2) && (is_user_moderator(-2, $user_id) == 0))
{
die($lang['access_denied']);
}
Admin, of course is user id 1 and Support is user id 2. How can I fix it so that both can access viewip.php?
Thanks
|