From 410fe452b70e722aecf94b88470c74a841c6cea4 Mon Sep 17 00:00:00 2001
From: Thies Mueller <git@td00.de>
Date: Sat, 9 Jan 2021 22:53:03 +0100
Subject: [PATCH] refreshes to the wrong page..

---
 activation.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activation.php b/activation.php
index 1457616..64a4670 100644
--- a/activation.php
+++ b/activation.php
@@ -60,7 +60,7 @@ loginpagefoo script';
  
  mail($mailrcpt, $mailsubject, $text, $from);
  
- echo 'Link send. Going back to <a href="profile.php">profile</a> page. <meta http-equiv="refresh" content="0; URL=login.php">'; 
+ echo 'Link send. Going back to <a href="profile.php">profile</a> page. <meta http-equiv="refresh" content="0; URL=profile.php">'; 
  $showForm = false;
  }
  }