aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-22 16:01:07 -0700
committerfriendica <info@friendica.com>2012-05-22 16:01:07 -0700
commite70573f34cb6729f45cb020ee9349c8ff948ff3b (patch)
tree7ee57452f2a5a578a03dc75858d201b6b4929a61 /boot.php
parent3ce06caeed2e817fe401c4d8283beea17d8a34e4 (diff)
downloadvolse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.tar.gz
volse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.tar.bz2
volse-hubzilla-e70573f34cb6729f45cb020ee9349c8ff948ff3b.zip
if identity (uid) changes - reload any other open browser windows on next ping.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 798362d25..e60c60c3b 100644
--- 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', '3.0.1349' );
+define ( 'FRIENDICA_VERSION', '3.0.1350' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1144 );
@@ -511,6 +511,7 @@ if(! class_exists('App')) {
$tpl = file_get_contents('view/head.tpl');
$this->page['htmlhead'] = replace_macros($tpl,array(
'$baseurl' => $this->get_baseurl(), // FIXME for z_path!!!!
+ '$local_user' => local_user(),
'$generator' => 'Friendica' . ' ' . FRIENDICA_VERSION,
'$delitem' => t('Delete this item?'),
'$comment' => t('Comment'),