aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
committerfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
commitb795ce4fe7c952600ed3520d6822006a2190d4f8 (patch)
tree0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /boot.php
parentfe0c039d487962359ac995eb5ec555c3a111ad1c (diff)
downloadvolse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip
little stuff - name change, live updates, new network types
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index e2e8f9448..91e532072 100644
--- a/boot.php
+++ b/boot.php
@@ -8,8 +8,8 @@ require_once("include/pgettext.php");
require_once('include/nav.php');
require_once('include/cache.php');
-define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1174' );
+define ( 'FRIENDICA_PLATFORM', 'Friendica');
+define ( 'FRIENDICA_VERSION', '2.3.1174' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );
@@ -100,6 +100,8 @@ define ( 'NETWORK_FEED', 'feed'); // RSS/Atom feeds with no known
define ( 'NETWORK_DIASPORA', 'dspr'); // Diaspora
define ( 'NETWORK_MAIL', 'mail'); // IMAP/POP
define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API
+define ( 'NETWORK_LINKEDIN', 'lnkd'); // LinkedIn
+define ( 'NETWORK_XMPP', 'xmpp'); // XMPP
/**
@@ -415,7 +417,7 @@ class App {
$tpl = file_get_contents('view/head.tpl');
$this->page['htmlhead'] = replace_macros($tpl,array(
'$baseurl' => $this->get_baseurl(), // FIXME for z_path!!!!
- '$generator' => 'Friendika' . ' ' . FRIENDIKA_VERSION,
+ '$generator' => 'Friendica' . ' ' . FRIENDICA_VERSION,
'$delitem' => t('Delete this item?'),
'$comment' => t('Comment'),
'$showmore' => t('show more'),