diff --git a/boot.php b/boot.php index eab34611e2..943d054cbb 100644 --- a/boot.php +++ b/boot.php @@ -340,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'] = []; }