Distinctation des scripts et fonctions

This commit is contained in:
Esteban
2026-06-03 16:35:43 +02:00
parent bcf8a27a04
commit 4eeb0d7dfc
6 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ session_start();
<?php
if (isset($_SESSION['user_id'])){
?>
<a href="../functions/disconnect.php">Deconnexion</a>
<a href="../scripts/disconnect.php">Deconnexion</a>
<?php
} else {
?>