Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

}
else{
echo '<script>alert("Email id or password is worng.");window.location.assign("index.php");</script>';
echo '<script>alert("Please enter valid Email and Password.");window.location.assign("index.php");</script>';
}

?>
?>
2 changes: 1 addition & 1 deletion pin-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
else{
//echo mysqli_error($con);
echo '<script>alert("Unknown error occure.");window.location.assign("pin-request.php");</script>';
echo '<script>alert("Unknown error occur.");window.location.assign("pin-request.php");</script>';
}
}
else{
Expand Down