Add footer to request error response
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user