Antivirus
10-15-2008, 10:16 PM
Is there some sort of global variable which defines whether or not you are in the AdminCP?
What I am trying to do is following condition within hook: fetch_userinfo
if (!$within_admincp)
{
// do code here...
}
What I am trying to do is following condition within hook: fetch_userinfo
if (!$within_admincp)
{
// do code here...
}