summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.";
}