mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 18:17:24 +02:00
Suppression des hidden tags "submitted"
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
$has_error = false;
|
||||
$error_message = null;
|
||||
|
||||
if (isset($_POST["submitted"])) {
|
||||
if (isset($_POST["register"])) {
|
||||
$user = new NewUser($_POST);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user