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