Forums / Cotonti / Support / Custom Plugin to be accessed by Moderator

Trustmaster
#8146 2009-02-16 21:41
I mean you need to check A permission for that action manually:
if(sed_auth('plug', 'yourplugin', 'A'))
{
  // Some actions here
}
else
{
  // You are not allowed to do this
}
May the Source be with you!