if identity (uid) changes - reload any other open browser windows on next ping.
This commit is contained in:
parent
3ce06caeed
commit
e70573f34c
5 changed files with 267 additions and 249 deletions
3
boot.php
3
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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue