diff --git a/Script.php b/Script.php index 68c3b3c..8738113 100644 --- a/Script.php +++ b/Script.php @@ -107,10 +107,7 @@ if (!empty($_POST["form_signup"])) { $result = mysqli_query($con, "SELECT * FROM users_table WHERE email='$email'"); if(mysqli_num_rows($result) != 0) { - $_SESSION["info_signup"]="Email address ".$email." is already in use."; - $_SESSION['user_fullname'] = null; - header("Location: signup.php"); - return; + $_SESSION["info_signup"]="Email address ".$email." is already in use. Do you have an old LRR account?"; } // apply password_hash()