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