mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
sort extensions asc
This commit is contained in:
parent
8d2776a641
commit
d44f124b28
1 changed files with 8 additions and 0 deletions
|
|
@ -92,6 +92,10 @@ class About
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort(
|
||||||
|
$composer
|
||||||
|
);
|
||||||
|
|
||||||
// Get phpinfo
|
// Get phpinfo
|
||||||
$phpinfo = [];
|
$phpinfo = [];
|
||||||
|
|
||||||
|
|
@ -110,6 +114,10 @@ class About
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort(
|
||||||
|
$phpinfo
|
||||||
|
);
|
||||||
|
|
||||||
// Build dialog template
|
// Build dialog template
|
||||||
$dialog->format_secondary_markup(
|
$dialog->format_secondary_markup(
|
||||||
implode(
|
implode(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue