public static function display(): array
{ $config =
config(App::
class);
return [ 'ciVersion' => CodeIgniter::CI_VERSION,
'phpVersion' => PHP_VERSION,
'phpSAPI' => PHP_SAPI,
'environment' => ENVIRONMENT,
'baseURL' =>
$config->baseURL,
'timezone' =>
app_timezone(),
'locale' => Services::
request()->
getLocale(),
'cspEnabled' =>
$config->CSPEnabled,
];
}}