aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-16 08:26:44 +0000
committerMario <mario@mariovavti.com>2020-11-16 08:26:44 +0000
commitdcf883075281e6ad8c66c1f0bf5ec93e67bf83a7 (patch)
tree6a162a049849c4f566ac84cf070429f2f2e4e2e6 /boot.php
parent06273e980e7aa978d0145f1e5ecd92cbc2aef66e (diff)
parent3d519f478a3769945323c30bb6f7b4879a54a711 (diff)
downloadvolse-hubzilla-dcf883075281e6ad8c66c1f0bf5ec93e67bf83a7.tar.gz
volse-hubzilla-dcf883075281e6ad8c66c1f0bf5ec93e67bf83a7.tar.bz2
volse-hubzilla-dcf883075281e6ad8c66c1f0bf5ec93e67bf83a7.zip
Merge branch 'dev'
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 64ec890d5..b0cbbe18b 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.0.1' );
+define ( 'STD_VERSION', '5.0.2' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1238 );
+define ( 'DB_UPDATE_VERSION', 1239 );
define ( 'PROJECT_BASE', __DIR__ );
@@ -1207,6 +1207,7 @@ class App {
'$metas' => self::$meta->get(),
'$plugins' => $x['header'],
'$update_interval' => $interval,
+ '$sse_enabled' => get_config('system', 'sse_enabled', 0),
'$head_css' => head_get_css(),
'$head_js' => head_get_js(),
'$linkrel' => head_get_links(),