'unauthorized']); exit; } echo json_encode([ 'items' => [ // Stock BirdNET-Pi UI (AvianVisitors took over `/`, so the stock // UI is reachable at /index.php directly) ['label' => 'birdnet-pi', 'href' => '/index.php', 'native' => false], // BirdNET-Pi log view (php served at /views.php) ['label' => 'logs', 'href' => '/views.php?view=Log+Out', 'native' => false], ['label' => 'system', 'href' => '/views.php?view=Services', 'native' => false], // AvianVisitors docs + source ['label' => 'avianvisitors', 'href' => 'https://github.com/Twarner491/AvianVisitors', 'native' => false], ], ]);