X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=f00f59027877da07a63fdc75a117edeee6f453a4;hb=10f2cde0b1d75fa023b00400162cb525e8719514;hp=d144b21ae98469595f24c84ffc8dff47ae9e66f3;hpb=d3b10959f4cbb9a195e93d0180fcc12ab7b7452e;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index d144b21ae9..f00f590278 100644 --- a/lib/right.php +++ b/lib/right.php @@ -66,5 +66,9 @@ class Right const DELETEACCOUNT = 'deleteaccount'; const MOVEACCOUNT = 'moveaccount'; const CREATEGROUP = 'creategroup'; + const WEBLOGIN = 'weblogin'; + const API = 'api'; + const REVIEWSPAM = 'reviewspam'; + const TRAINSPAM = 'trainspam'; }