Functionality removed
This commit is contained in:
parent
7ee9aad6ca
commit
5dea634564
4
boot.php
4
boot.php
|
@ -340,10 +340,6 @@ function info($s)
|
||||||
{
|
{
|
||||||
$a = DI::app();
|
$a = DI::app();
|
||||||
|
|
||||||
if (local_user() && DI::pConfig()->get(local_user(), 'system', 'ignore_info')) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (empty($_SESSION['sysmsg_info'])) {
|
if (empty($_SESSION['sysmsg_info'])) {
|
||||||
$_SESSION['sysmsg_info'] = [];
|
$_SESSION['sysmsg_info'] = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue