From 083d3d33900ee9587e2ab89cc4c03c9814da75c6 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 30 Sep 2025 23:35:37 -0400 Subject: [PATCH] Add footer to request error response --- hub/request.php | 1 + 1 file changed, 1 insertion(+) 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; }