1
0
forked from HPR/hpr_hub

2024-04-25_09-17-49Z_Thursday database changed - and made errorcodes unique

This commit is contained in:
2024-04-25 11:17:49 +02:00
parent 5f46950fb3
commit a79d1f37e8
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ $status = strtotime("now") . ".EMAIL_LINK_CLICKED." . date('Y-m-d\TH:i:s\Z');
$query = "UPDATE reservations SET `verified` = '1', `status` = 'EMAIL_LINK_CLICKED' WHERE `ip` = '$db_ip' AND `timestamp` = '$db_timestamp' AND `key` = '$db_key'";
$result = mysqli_query($connection, $query );
if(!isset($result)) {
naughty("c7405e79b54f582e8db46c69ec4b0f24");
naughty("066c518314f0d3b1ad3e4af60fcf36ce");
}
// Display host information