fix(public) better structure
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
|
||||
if ($_POST['password'] !== $_POST['confirmPassword']) {
|
||||
$errorMessage = "Password doesnt match";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user