alphabetic sorting of global settings view (#10678)

This commit is contained in:
SourceDoctor
2019-10-14 04:22:16 +02:00
committed by Tony Murray
parent 447277fd10
commit 2fe392f330

View File

@@ -87,6 +87,8 @@ if (Auth::user()->hasGlobalAdmin()) {
'auth_ad_bindpassword',
);
ksort($a);
$r = '<table class="table table-condensed table-hover"><tbody>';
foreach ($a as $k => $v) {
if (!empty($v)) {