Fix the report email

This commit is contained in:
Gaëtan L. H.-F. 2023-01-10 17:42:47 +01:00
parent 5971bfcf10
commit c39e864e46

View File

@ -53,7 +53,7 @@ if (
$req->execute([$argument]);
$row = $req->fetch();
if (isset($row["id"])) {
$deletionId = $row["deletionId"];
$deletionId = $row["deleteId"];
$origin = $row["original"];
include_once $_SERVER["DOCUMENT_ROOT"] . "/assets/includes/header.php";
$to_email = "abuse@$url";