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