diff --git a/files/www/cgi-bin/sysinfo.json b/files/www/cgi-bin/sysinfo.json index 7b5f108e..68b72ea8 100755 --- a/files/www/cgi-bin/sysinfo.json +++ b/files/www/cgi-bin/sysinfo.json @@ -167,12 +167,6 @@ if string.find(nixio.getenv("QUERY_STRING"):lower(),"link_info=1") then info['link_info']=aredn_olsr.getCurrentNeighbors(true) end --- MESHMAP INFO -if string.find(nixio.getenv("QUERY_STRING"):lower(),"meshmap=1") then - info['services_local']=aredn_info.local_services() - info['link_info']=aredn_olsr.getCurrentNeighbors(true) -end - -- Output the HTTP header for JSON json_header()