aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-19 13:55:18 +0000
committerMario <mario@mariovavti.com>2023-03-19 13:55:18 +0000
commit89285f1408d21091bb80d45b391ddcbe06ba8d0f (patch)
treeb2eb07d9f3d91d77f89a4565a58e6e5231b20c1c /boot.php
parent0a679e503ef367eda3085c44af103ee53869a94f (diff)
parent17c0bb2069dcfe35d3febc5bfdb3a7295f15d49c (diff)
downloadvolse-hubzilla-8.2.tar.gz
volse-hubzilla-8.2.tar.bz2
volse-hubzilla-8.2.zip
Merge branch '8.2RC'8.2
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 0b19fb5b3..3da55d6f5 100644
--- a/boot.php
+++ b/boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '8.0');
+define('STD_VERSION', '8.2');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1255);
@@ -1862,10 +1862,9 @@ function can_view_public_stream() {
}
}
- $site_firehose = ((intval(get_config('system', 'site_firehose', 0))) ? true : false);
$net_firehose = ((get_config('system', 'disable_discover_tab', 1)) ? false : true);
- if (!($site_firehose || $net_firehose)) {
+ if (!$net_firehose) {
return false;
}