changes
This commit is contained in:
@@ -24,7 +24,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
$result = $stmt->execute();
|
||||
|
||||
if ($result) {
|
||||
echo "Registration successful. <a href='login.html'>Login here</a>.";
|
||||
echo "Registration successful. <a href='pages/login.html'>Login here</a>.";
|
||||
} else {
|
||||
echo "Error: " . $mysqli->error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user