1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 07:40:29 +02:00

Suppression des hidden tags "submitted"

This commit is contained in:
galaxyoyo
2019-09-24 23:18:32 +02:00
parent b6fd5121e1
commit 8d9eeda153
12 changed files with 17 additions and 22 deletions

View File

@ -3,7 +3,7 @@
$has_error = false;
$error_message = null;
if (isset($_POST["submitted"]) && !isset($_SESSION["user_id"])) {
if (isset($_POST["login"]) && !isset($_SESSION["user_id"])) {
$logging_in_user = new LoggingInUser($_POST);
try {
$logging_in_user->makeVerifications();