From 5dea634564e90c8dcd21e7d1fd14e722bc33142e Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 19 Feb 2020 19:35:32 +0000 Subject: [PATCH] Functionality removed --- boot.php | 4 ---- 1 file changed, 4 deletions(-) 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'] = []; }