correct path to login.php

This commit is contained in:
Andreas Zweili 2017-02-05 14:51:50 +01:00
parent 077086222e
commit b4a7a87cea
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ VALUES ('$username', '".md5($password)."', '$email', '$trn_date')";
if($result){
echo "<div class='form'>
<h3>You are registered successfully.</h3>
<br/>Click here to <a href='db/login.php'>Login</a></div>";
<br/>Click here to <a href='login.php'>Login</a></div>";
}
}else{
?>