Update: 2026-06-12 20:40:40

This commit is contained in:
Hamza-Ayed
2026-06-12 20:40:40 +03:00
parent 305ae01d52
commit f907212c57
294 changed files with 3592 additions and 3581 deletions

View File

@@ -15,7 +15,7 @@ if ($result) {
$stmt = $con->prepare($sql);
$stmt->execute([':id' => $id]);
$admin='support@sefer.com';
$admin='support@siromove.com';
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type: text/html; charset=UTF-8" . "\r\n";
$headers .= "From: $admin" . "\r\n";
@@ -28,7 +28,7 @@ Hi [$email],
Your email address has been verified.
Thank you,
SEFER Team";
Siro Team";
mail($email, $subject, $bodyEmail, $headers);