Add "supported_ap_software" in config/get API
This commit is contained in:
parent
3a455d0f16
commit
fe42df8105
|
@ -2,7 +2,10 @@
|
|||
<?php require 'base.php' ?>
|
||||
<?php
|
||||
|
||||
$json = ['hosts' => []];
|
||||
$json = [
|
||||
'hosts' => [],
|
||||
'supported_ap_software' => $supported_ap_software,
|
||||
];
|
||||
|
||||
$instances_path = $appconf['data_dir'].'/instances';
|
||||
if (!file_exists($instances_path)) {
|
||||
|
|
Loading…
Reference in New Issue