Add "supported_ap_software" in config/get API

This commit is contained in:
Bofh 2022-11-23 01:17:50 +01:00
parent 3a455d0f16
commit fe42df8105
1 changed files with 4 additions and 1 deletions

View File

@ -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)) {