X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Fright.php;h=f00f59027877da07a63fdc75a117edeee6f453a4;hb=6a36121a56fa5ff5e09c0e1454ba4e853fae54b6;hp=d144b21ae98469595f24c84ffc8dff47ae9e66f3;hpb=8eb66467165e107d0c80c64f6c429fed1d1101d5;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'; }