includes/constants.php
changeset 554 e87390b1f9b0
parent 541 acb7e23b6ffa
child 556 63e131c38876
equal deleted inserted replaced
553:7c7f08825cad 554:e87390b1f9b0
    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 inheritance debugging info
       
    33 define('ACL_INHERIT_GLOBAL_EVERYONE', 9);
       
    34 define('ACL_INHERIT_GLOBAL_GROUP', 8);
       
    35 define('ACL_INHERIT_GLOBAL_USER', 7);
       
    36 define('ACL_INHERIT_PG_EVERYONE', 6);
       
    37 define('ACL_INHERIT_PG_GROUP', 5);
       
    38 define('ACL_INHERIT_PG_USER', 4);
       
    39 define('ACL_INHERIT_LOCAL_EVERYONE', 3);
       
    40 define('ACL_INHERIT_LOCAL_GROUP', 2);
       
    41 define('ACL_INHERIT_LOCAL_USER', 1);
    31 
    42 
    32 // ACL color scale minimal shade for red and green ends
    43 // ACL color scale minimal shade for red and green ends
    33 // The lower, the more saturated the color on the scale.
    44 // The lower, the more saturated the color on the scale.
    34 // Purely cosmetic. 0x0 - 0xFF, 0xFF will basically disable the scale
    45 // Purely cosmetic. 0x0 - 0xFF, 0xFF will basically disable the scale
    35 define('ACL_SCALE_MINIMAL_SHADE', 0xA8);
    46 define('ACL_SCALE_MINIMAL_SHADE', 0xA8);