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