Update main page
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ if ($hreject) {
|
||||
|
||||
include("config.php");
|
||||
$login = filter_input(INPUT_POST, 'login');
|
||||
$password = filter_input(INPUT_POST, 'psw');
|
||||
$password = password_hash(filter_input(INPUT_POST, 'psw'),PASSWORD_DEFAULT);
|
||||
$birthday = filter_input(INPUT_POST, 'birthday');
|
||||
$email = filter_input(INPUT_POST, 'email', FILTER_VALIDATE_EMAIL);
|
||||
$law = filter_input(INPUT_POST, 'law', FILTER_VALIDATE_BOOLEAN);
|
||||
|
||||
Reference in New Issue
Block a user