In includes/constants.php:Note that that column is going to be zero in most cases, because you will be using a role rather than a specific permission setting.
Code:
// ACLdefine('ACL_NEVER', 0);define('ACL_YES', 1);define('ACL_NO', -1);
Statistics: Posted by Brf — Mon May 06, 2024 1:15 pm