Quote:
Originally Posted by Antivirus
this permission check is done in the ezbounce.php file in the following code:
PHP Code:
// ######################## CHECK ADMIN PERMISSIONS ####################### if (!can_administer('canadminsettings')) { print_cp_no_permission(); }
If you want to change how this condition is evaluated, simply change the conditional within the if() clause.
|
Do you know what the parameter is for can administer users? canadminusers ?