X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=33cdafc19908c7bab72d7d1e5e13881a689018bd;hb=352383f7b2101eb0e15bee86503b1a3d44bf8374;hp=cd6e3bda853e0ead141270f879dd9ff618ccd43c;hpb=d3929267d0d8fe9eac176685a34d2cfb2f8122ce;p=friendica.git diff --git a/boot.php b/boot.php index cd6e3bda85..33cdafc199 100644 --- a/boot.php +++ b/boot.php @@ -1,11 +1,21 @@ . * * Friendica is a communications platform for integrated social communications * utilising decentralised communications and linkage to several indie social @@ -29,7 +39,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2020.03-dev'); +define('FRIENDICA_VERSION', '2020.03-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); @@ -330,10 +340,6 @@ function info($s) { $a = DI::app(); - if (local_user() && DI::pConfig()->get(local_user(), 'system', 'ignore_info')) { - return; - } - if (empty($_SESSION['sysmsg_info'])) { $_SESSION['sysmsg_info'] = []; }