aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-27 05:02:25 -0700
committerFriendika <info@friendika.com>2011-09-27 05:02:25 -0700
commit7e2284043f7367f531e14ce3c26c8c3c71ca2e4b (patch)
treea4cf3078f3b258ddd8a14fc13bb80bc89a1ae740 /boot.php
parent1e288dc8a3169a313876ea671979b40c29722752 (diff)
downloadvolse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.tar.gz
volse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.tar.bz2
volse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.zip
show profile url in ACL hovertips, add fork identifier to json siteinfo
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5b32e0573..2e58f88d9 100644
--- a/boot.php
+++ b/boot.php
@@ -7,7 +7,7 @@ require_once('include/text.php');
require_once("include/pgettext.php");
require_once('include/nav.php');
-
+define ( 'FRIENDIKA_PLATFORM', 'Free Friendika');
define ( 'FRIENDIKA_VERSION', '2.3.1116' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1092 );