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