Commit 42ae1042603bf7d134b71587a3caac4e141c6672
1 parent
c55d51f1
Ajout compte
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/header.php
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a> | 17 | <a href="rechercheGraphe.php"><i class="fas fa-chart-line"></i> Graphiques</a> |
18 | <a href="data.php"><i class="fas fa-database"></i> Valeurs</a> | 18 | <a href="data.php"><i class="fas fa-database"></i> Valeurs</a> |
19 | <?php | 19 | <?php |
20 | - if(getGroupe($_SESSION['Login'])==0) | 20 | + //if(getGroupe($_SESSION['Login'])==0) |
21 | { | 21 | { |
22 | echo '<a href="inscrire.php"><i class="far fa-plus-square"></i> Compte</a>'; | 22 | echo '<a href="inscrire.php"><i class="far fa-plus-square"></i> Compte</a>'; |
23 | } | 23 | } |