'unauthorized']); exit; } // All hrefs are the canonical paths BirdNET-Pi's views.php recognises // (lifted from homepage/views.php). AvianVisitors took over `/`, so // the stock home is at /index.php. echo json_encode([ 'items' => [ ['label' => 'birdnet-pi', 'href' => '/index.php', 'native' => false], ['label' => 'detections', 'href' => '/views.php?view=Todays+Detections', 'native' => false], ['label' => 'log', 'href' => '/views.php?view=View+Log', 'native' => false], ['label' => 'system', 'href' => '/views.php?view=Services', 'native' => false], ['label' => 'github', 'href' => 'https://github.com/Twarner491/AvianVisitors', 'native' => false], ], ]);