diff options
author | friendica <info@friendica.com> | 2012-05-22 16:01:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-22 16:01:07 -0700 |
commit | e70573f34cb6729f45cb020ee9349c8ff948ff3b (patch) | |
tree | 7ee57452f2a5a578a03dc75858d201b6b4929a61 /boot.php | |
parent | 3ce06caeed2e817fe401c4d8283beea17d8a34e4 (diff) | |
download | volse-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.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'), |