This commit is contained in:
devdatt 2025-12-31 18:20:36 +05:30
parent c7c26a26a1
commit de41236f3c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
. htmlspecialchars($data['message'], ENT_QUOTES)
. '");</script>';
if ($data['status'] === "valid") {
if ($data['status'] == "valid") {
error_log($data['link']);
}
break;