mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Merge remote-tracking branch 'upstream/develop' into 1502-contacts-in-scrape
This commit is contained in:
commit
21c63e8b65
13 changed files with 5100 additions and 5110 deletions
7
boot.php
7
boot.php
|
@ -18,7 +18,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
|||
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
||||
define ( 'FRIENDICA_VERSION', '3.3.3-RC' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1178 );
|
||||
define ( 'DB_UPDATE_VERSION', 1179 );
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
|
||||
|
||||
|
@ -127,6 +127,11 @@ define ( 'PAGE_FREELOVE', 3 );
|
|||
define ( 'PAGE_BLOG', 4 );
|
||||
define ( 'PAGE_PRVGROUP', 5 );
|
||||
|
||||
// Type of the community page
|
||||
define ( 'CP_NO_COMMUNITY_PAGE', -1 );
|
||||
define ( 'CP_USERS_ON_SERVER', 0 );
|
||||
define ( 'CP_GLOBAL_COMMUNITY', 1 );
|
||||
|
||||
/**
|
||||
* Network and protocol family types
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue