how to change owner perm in retrivewap?
in core.php from here i can change or ?????
PHP Code:
if($rperm[1]==1)
{
return ismod(getuid_sid($sid));
}
if($rperm[1]==2)
{
return isadmin(getuid_sid($sid));
}
if($rperm[1]==3)
{
return isheadadmin(getuid_sid($sid));
}
if($rperm[1]==4)
{
return isowner(getuid_sid($sid));
}
Comment