의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Documentation added
This commit is contained in:
부모
2f06e9360f
커밋
629dce0268
1개의 변경된 파일과 11개의 추가작업 그리고 0개의 파일을 삭제
11
boot.php
11
boot.php
|
@ -184,6 +184,17 @@ define ( 'PAGE_PRVGROUP', 5 );
|
|||
/**
|
||||
* @name account types
|
||||
*
|
||||
* ACCOUNT_TYPE_PERSON - the account belongs to a person
|
||||
* Associated page types: PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE
|
||||
*
|
||||
* ACCOUNT_TYPE_ORGANISATION - the account belongs to an organisation
|
||||
* Associated page type: PAGE_SOAPBOX
|
||||
*
|
||||
* ACCOUNT_TYPE_NEWS - the account is a news reflector
|
||||
* Associated page type: PAGE_SOAPBOX
|
||||
*
|
||||
* ACCOUNT_TYPE_COMMUNITY - the account is community forum
|
||||
* Associated page types: PAGE_COMMUNITY, PAGE_PRVGROUP
|
||||
* @{
|
||||
*/
|
||||
define ( 'ACCOUNT_TYPE_PERSON', 0 );
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue