X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=348e1b2c4112f767bac41e80530b9324b6a7a230;hb=33eda87bc45fe2b7cd9c001bd76cb0821bd9303e;hp=cd6e3bda853e0ead141270f879dd9ff618ccd43c;hpb=d3929267d0d8fe9eac176685a34d2cfb2f8122ce;p=friendica.git diff --git a/boot.php b/boot.php index cd6e3bda85..348e1b2c41 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 @@ -28,8 +38,8 @@ use Friendica\Util\BasePath; use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); -define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2020.03-dev'); +define('FRIENDICA_CODENAME', 'Red Hot Poker'); +define('FRIENDICA_VERSION', '2020.06-dev'); 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'] = []; }