Modification d'arborescence + corrections d'indentation

This commit is contained in:
ycharbi
2021-12-27 13:13:32 +01:00
parent 9470e2bb57
commit b5a6527830
16 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* Si le visiteur n'a pas été authentifié, il est redirigé vers la page d'accueil.
*/
require_once($_SERVER["DOCUMENT_ROOT"]."/services/utilisateurs/authentification.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/services/sessions/authentification.php");
if (isset($_POST['identifiant']) && isset($_POST['mdp']) && !empty($_POST['identifiant']) && !empty($_POST['mdp'])) {