forked from HPR/hpr_hub
2024-04-25_09-17-49Z_Thursday database changed - and made errorcodes unique
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user