bug: diaspora_enabled setting turns it on but doesn't fully turn it off.
This commit is contained in:
parent
51658826f9
commit
62c60fd53d
2 changed files with 10 additions and 1 deletions
3
boot.php
3
boot.php
|
|
@ -9,7 +9,7 @@ require_once('include/nav.php');
|
|||
require_once('include/cache.php');
|
||||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_VERSION', '2.3.1301' );
|
||||
define ( 'FRIENDICA_VERSION', '2.3.1302' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1134 );
|
||||
|
||||
|
|
@ -90,6 +90,7 @@ define ( 'PAGE_SOAPBOX', 1 );
|
|||
define ( 'PAGE_COMMUNITY', 2 );
|
||||
define ( 'PAGE_FREELOVE', 3 );
|
||||
define ( 'PAGE_BLOG', 4 );
|
||||
define ( 'PAGE_PRVGROUP', 5 );
|
||||
|
||||
/**
|
||||
* Network and protocol family types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue