'unauthorized']); exit; } // All four items are in-app overlays. `native: true` tells the FE to // route via `#admin=
` rather than opening a new window. We // deliberately don't link out to BirdNET-Pi's stock pages - those stay // reachable at /index.php, and the github link lives in the drawer // footer next to "built by teddy". echo json_encode([ 'items' => [ ['label' => 'settings', 'href' => '/#admin=settings', 'native' => true], ['label' => 'system', 'href' => '/#admin=system', 'native' => true], ['label' => 'logs', 'href' => '/#admin=logs', 'native' => true], ['label' => 'tools', 'href' => '/#admin=tools', 'native' => true], ], ]);