Add footer to request error response

This commit is contained in:
2025-09-30 23:35:37 -04:00
parent 007d9ba738
commit 083d3d3390

View File

@@ -64,6 +64,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
echo "</pre>\n";
echo "<hr />\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;
}