X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Fformlogin.php;fp=includes%2Fformlogin.php;h=ed17f8069d80b075a3fb1b876ccba14071b1f87f;hp=73cdff0e2f1ed3e899364925902ee1a08cdad50a;hb=33eb6f2ab954597a257e9eb8f793a9bc52dd9524;hpb=d5622f71ef49ac2313f5b98385bab231a9d64692 diff --git a/includes/formlogin.php b/includes/formlogin.php index 73cdff0..ed17f80 100644 --- a/includes/formlogin.php +++ b/includes/formlogin.php @@ -15,7 +15,7 @@ if (!$form_email) { echo "You're successfully authenticated.
"; redirect("index.php", 3); } else { - echo "Your password is incorrect for the account email" . $form_email . ".
"; + echo "Your password is incorrect for the account email " . $form_email . ".
"; echo "Retour"; } } else {