email confirmation added

This commit is contained in:
Milan Toman
2024-02-29 10:37:08 +01:00
parent e192779234
commit ab69d78a5f
2 changed files with 63 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
foreach($races as $race){
$race_blob[$race['ID']] = $race['NAME'];
}
$servername = "db";
$username = 'kalskeborec';
$password = 'Kalskeborec1!23$';
@@ -57,6 +58,7 @@
$confirm_success = ["result"=> False, "reason" => "Error: Já tě fakt nemám zapsaného, dej vědět Ventilovi"];
}
$conn->close();
//phpinfo()
?>
<!DOCTYPE html>
<html lang="cs">