summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2024-12-31 04:56:56 +0100
committerGitHub <noreply@github.com>2024-12-31 04:56:56 +0100
commit6e40e99b6f5f4ed272812f1badf2149a6f061a47 (patch)
treefcf41f7d926e66f22a06c5747ecfee7024382310
parent3378341fb020284851dfdf394378404e21c956c4 (diff)
downloadyamnweb-6e40e99b6f5f4ed272812f1badf2149a6f061a47.tar.gz
yamnweb-6e40e99b6f5f4ed272812f1badf2149a6f061a47.tar.xz
yamnweb-6e40e99b6f5f4ed272812f1badf2149a6f061a47.zip
Update send_email.php
-rw-r--r--send_email.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/send_email.php b/send_email.php
index 1927491..7b645da 100644
--- a/send_email.php
+++ b/send_email.php
@@ -69,7 +69,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
if ($return_var_send == 0) {
echo "Email sent successfully!<br>";
- echo "<a href='https://yamnweb.virebent.art'>Return to Home</a>";
+ echo "<a href='https://home'>Return to Home</a>";
} else {
echo "Error sending email.";
}