Ajout de connexion à la bdd + script SQL + page projets en cours de reflexion
This commit is contained in:
+4
-1
@@ -4,6 +4,9 @@
|
||||
// Rappel des différentes pages : Acceuil, Projets, Contact
|
||||
// Rappel des boutons : Connexion, (Si le temps) Panneau Administrateur (Seulement si l'utilisateur est admin)
|
||||
|
||||
|
||||
// Ajout ici d'un démarrage de session : header étant dans toutes les pages
|
||||
session_start();
|
||||
?>
|
||||
|
||||
|
||||
@@ -20,7 +23,7 @@
|
||||
<nav>
|
||||
|
||||
<a href="./../index.php">Accueil</a>
|
||||
<a href="./projets.php">Projets</a>
|
||||
<a href="./projects.php">Projets</a>
|
||||
<a href="./contact.php">Contact</a>
|
||||
<a href="./login.php">Connexion</a>
|
||||
<!-- Fonctionnalité future changement de thème dark / light et panneau admin -->
|
||||
|
||||
Reference in New Issue
Block a user