X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=943d054cbb7da3de7c8cc2b22e47c9663ff6db85;hb=8c10099abf8c232c551249dde3bd44f6cee9c636;hp=cd6e3bda853e0ead141270f879dd9ff618ccd43c;hpb=63475789782182300dd4805217b4a15d2f7c5134;p=friendica.git diff --git a/boot.php b/boot.php index cd6e3bda85..943d054cbb 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 @@ -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'] = []; }