includes/constants.php
changeset 513 c15fbf197a54
parent 511 f88c8c79d784
child 526 b2fb50d572c7
equal deleted inserted replaced
512:13532b0a223f 513:c15fbf197a54
    26 define('AUTH_DENY', 1);     // A Deny setting overrides *everything*
    26 define('AUTH_DENY', 1);     // A Deny setting overrides *everything*
    27 
    27 
    28 define('ACL_TYPE_GROUP', 1);
    28 define('ACL_TYPE_GROUP', 1);
    29 define('ACL_TYPE_USER', 2);
    29 define('ACL_TYPE_USER', 2);
    30 define('ACL_TYPE_PRESET', 3);
    30 define('ACL_TYPE_PRESET', 3);
       
    31 
       
    32 // ACL color scale minimal shade for red and green ends
       
    33 // The lower, the more saturated the color on the scale.
       
    34 // Purely cosmetic. 0x0 - 0xFF, 0xFF will basically disable the scale
       
    35 define('ACL_SCALE_MINIMAL_SHADE', 0xA8);
    31 
    36 
    32 // ACL switch
    37 // ACL switch
    33 // If this is defined, administrators can edit ACLs regardless of current
    38 // If this is defined, administrators can edit ACLs regardless of current
    34 // permissions. This is enabled by default.
    39 // permissions. This is enabled by default.
    35 define('ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL', 1);
    40 define('ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL', 1);