mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Fix sorting
This commit is contained in:
parent
6737aa9b83
commit
5c5f9f7abd
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ case "getformnameservers":
|
|||
break;
|
||||
case "formzonelist":
|
||||
$zones = $api->listzones();
|
||||
usort($zones, "zone_compare");
|
||||
$ret = array();
|
||||
foreach ($zones as $zone) {
|
||||
if ($zone['kind'] == 'Slave')
|
||||
|
|
Loading…
Add table
Reference in a new issue