Функционал восстановления пароля объединён в одном файле. Удалён устаревший/неиспользуемый код.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ if ($hreject) {
|
||||
<h1><?php echo $error; ?></h1>
|
||||
<?php else: ?>
|
||||
<h1>Регистрация</h1>
|
||||
<form action="register.php" method="post">
|
||||
<form method="post">
|
||||
<input required name="login" placeholder='Имя персонажа'><br>
|
||||
<input required name="email" type=email placeholder='Электронная почта'><br>
|
||||
<input required name="psw" type=text placeholder='Пароль'><br>
|
||||
|
||||
Reference in New Issue
Block a user