Add the flight search and booking features.
[Project_webapp.git] / includes / formlogin.php
index 73cdff0e2f1ed3e899364925902ee1a08cdad50a..ed17f8069d80b075a3fb1b876ccba14071b1f87f 100644 (file)
@@ -15,7 +15,7 @@ if (!$form_email) {
             echo "You're successfully authenticated. <br>";
             redirect("index.php", 3);
         } else {
-            echo "Your password is incorrect for the account email" . $form_email . ". <br>";
+            echo "Your password is incorrect for the account email " . $form_email . ". <br>";
             echo "<a href=\"javascript:history.go(-1)\">Retour</a>";
         }
     } else {