diff --git a/hub/request.php b/hub/request.php
index 5034691..3a5a75c 100644
--- a/hub/request.php
+++ b/hub/request.php
@@ -64,6 +64,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
echo "\n";
echo "
\n";
file_put_contents($naughtyfile, date('Y-m-d\TH:i:s\Z') . "\t" . getUserIPAdress() . "\tExisting Request\t" . $_SERVER['REQUEST_URI'] . "\t" . $_SERVER["HTTP_USER_AGENT"] . "\n" , FILE_APPEND | LOCK_EX );
+ include("footer.html");
exit;
}