Update hub layout to match the new HPR website #99

Merged
rho_n merged 12 commits from newsite into main 2025-10-18 03:33:13 +00:00
Showing only changes of commit 083d3d3390 - Show all commits

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;
}