From 601a5a16306bbfdaed6852f33074209d22c63d9e Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 3 Sep 2022 14:03:28 -0400 Subject: [PATCH] Arya is in tears Signed-off-by: Skylar "The Cobra" Widulski --- admins.html | 2 +- register.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/admins.html b/admins.html index ef1a7cc..6acc31a 100644 --- a/admins.html +++ b/admins.html @@ -13,7 +13,7 @@ diff --git a/register.php b/register.php index 15723d3..095b6cc 100644 --- a/register.php +++ b/register.php @@ -201,10 +201,9 @@ $headers = "From: " . $from . "\n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "Content-type: text/plain\n"; - $headers .= "Cc: Moxie \n"; + $headers .= "Cc: Skylar \n"; $headers .= "Cc: Arya \n"; $headers .= "Cc: Neo \n"; - $headers .= "Cc: Arya \n"; mail($to, $subject, $message, $headers); }