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"){