diff --git a/resources/themes/architect/views/layouts/error.blade.php b/resources/themes/architect/views/layouts/error.blade.php
index 50a20ae..3b8bc58 100644
--- a/resources/themes/architect/views/layouts/error.blade.php
+++ b/resources/themes/architect/views/layouts/error.blade.php
@@ -31,7 +31,7 @@
Host |
- {{ ($y=collect(config('ldap.connections.'.$x.'.hosts')))->join(',') }} (IP: {!! $y->transform(function($item) { return collect(@dns_get_record($item))->transform(function($item) { return Arr::get($item,'ip',Arr::get($item,'ipv6')); })->filter()->join(','); })->join(',') !!}) |
+ {{ ($y=collect(config('ldap.connections.'.$x.'.hosts')))->join(',') }} (IP: {!! $y->transform(fn($item)=>collect(@dns_get_record($item,DNS_A|DNS_AAAA))->transform(fn($item)=>Arr::get($item,'ip',Arr::get($item,'ipv6')))->filter()->join(','))->join(',') !!}) |
Port |
diff --git a/resources/views/errors/597.blade.php b/resources/views/errors/597.blade.php
index e36d31d..f1adf22 100644
--- a/resources/views/errors/597.blade.php
+++ b/resources/views/errors/597.blade.php
@@ -21,7 +21,7 @@
-
+
- @lang('Your LDAP server is not connectable')
- @lang('Your LDAP server hostname is incorrect')
- @lang('Your DNS server cannot resolve that hostname')
|