mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
infrastructure for supporting pages/groups
This commit is contained in:
parent
36e1afa6ae
commit
f5a8a92df1
3 changed files with 26 additions and 7 deletions
10
boot.php
10
boot.php
|
@ -2,7 +2,7 @@
|
|||
|
||||
set_time_limit(0);
|
||||
|
||||
define ( 'BUILD_ID', 1007 );
|
||||
define ( 'BUILD_ID', 1008 );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
|
||||
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
|
@ -20,6 +20,14 @@ define ( 'REL_VIP', 1);
|
|||
define ( 'REL_FAN', 2);
|
||||
define ( 'REL_BUD', 3);
|
||||
|
||||
|
||||
// page/profile types
|
||||
|
||||
define ( 'PAGE_NORMAL', 0 );
|
||||
define ( 'PAGE_AUTO_FAN', 1 );
|
||||
define ( 'PAGE_AUTO_FAN_RW', 2 );
|
||||
define ( 'PAGE_AUTO_BUD', 3 );
|
||||
|
||||
// Maximum number of "people who like (or don't like) this"
|
||||
// that we will list by name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue