From 729e8a2ef09c4e5529759bf9b37959dd4d9bcf03 Mon Sep 17 00:00:00 2001 From: twinvega <2187021+twinvega@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:24:59 -0400 Subject: [PATCH] Add authentication to File Manager and Adminer views Co-Authored-By: Claude Sonnet 4.6 --- homepage/views.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homepage/views.php b/homepage/views.php index 501989eaf..ab814879f 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -209,9 +209,11 @@ function update_species_list($filename, $species, $add) { include('scripts/species_tools.php'); } if($_GET['view'] == "File"){ + ensure_authenticated(); echo ""; } if($_GET['view'] == "Adminer"){ + ensure_authenticated(); echo ""; } if($_GET['view'] == "Webterm"){