Fix the report email
This commit is contained in:
parent
5971bfcf10
commit
c39e864e46
|
@ -53,7 +53,7 @@ if (
|
||||||
$req->execute([$argument]);
|
$req->execute([$argument]);
|
||||||
$row = $req->fetch();
|
$row = $req->fetch();
|
||||||
if (isset($row["id"])) {
|
if (isset($row["id"])) {
|
||||||
$deletionId = $row["deletionId"];
|
$deletionId = $row["deleteId"];
|
||||||
$origin = $row["original"];
|
$origin = $row["original"];
|
||||||
include_once $_SERVER["DOCUMENT_ROOT"] . "/assets/includes/header.php";
|
include_once $_SERVER["DOCUMENT_ROOT"] . "/assets/includes/header.php";
|
||||||
$to_email = "abuse@$url";
|
$to_email = "abuse@$url";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user