mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
set M_LOWEST_RIGHT and M_HIGHTEST_RIGHT
This commit is contained in:
parent
7119b431f8
commit
c4380583a9
|
@ -38,6 +38,12 @@ define("M_READWRITE", 3);
|
|||
*/
|
||||
define("M_ALL", 4);
|
||||
|
||||
/*
|
||||
* Lowest and highest access right
|
||||
*/
|
||||
define("M_LOWEST_RIGHT", 1);
|
||||
define("M_HIGHEST_RIGHT", 4);
|
||||
|
||||
define ("O_GTEQ", ">=");
|
||||
define ("O_LTEQ", "<=");
|
||||
define ("O_EQ", "=");
|
||||
|
|
Loading…
Reference in New Issue
Block a user