diff --git a/src/Backend.php b/src/Backend.php index 647d0d6..f661814 100644 --- a/src/Backend.php +++ b/src/Backend.php @@ -34,7 +34,7 @@ class Backend extends Process 'adminDashboardHeaders' => function (): string { return My::jsLoad('service', dcCore::app()->getVersion(My::id())); }, - 'adminPageFooterV2' => function(): void { + 'adminPageFooterV2' => function (): void { if (My::settings()->getGlobal('distant_api_url')) { echo sprintf( '', diff --git a/src/Config.php b/src/Config.php index e1aefe6..2a16934 100644 --- a/src/Config.php +++ b/src/Config.php @@ -97,7 +97,6 @@ class Config extends Process return; } - echo (new Div())->items([ (new Text('p', __('Settings are globals. Reports are by blog.')))->class('message'),