aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-04 14:13:34 -0700
committerfriendica <info@friendica.com>2012-04-04 14:13:34 -0700
commit62c60fd53d7ace3213af24f4745d8757deb9a1e2 (patch)
tree883cbebfe96f049c9ef181d99e574f30231def28 /boot.php
parent51658826f932437dfba0704e0dc7bf53af84870f (diff)
downloadvolse-hubzilla-62c60fd53d7ace3213af24f4745d8757deb9a1e2.tar.gz
volse-hubzilla-62c60fd53d7ace3213af24f4745d8757deb9a1e2.tar.bz2
volse-hubzilla-62c60fd53d7ace3213af24f4745d8757deb9a1e2.zip
bug: diaspora_enabled setting turns it on but doesn't fully turn it off.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index f08eda0f1..c0aa9ba82 100755
--- a/boot.php
+++ b/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