'unauthorized']); exit; } echo json_encode([ 'items' => [ // Stock BirdNET-Pi UI (sits at the site root) ['label' => 'birdnet-pi', 'href' => '/', '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], ], ]);