forked from rebillar/site-accueil-insa
il manquait un ;
This commit is contained in:
parent
f015e95d32
commit
6c44ccc38c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if($user_exist != 1) {
|
||||||
$content = $content
|
$content = $content
|
||||||
.'<a href="planning.php"><li class="orange">Planning</li></a>'
|
.'<a href="planning.php"><li class="orange">Planning</li></a>'
|
||||||
.'<a href="gestion_des_acces.php"><li class="red">Gestion des accès</li></a>'
|
.'<a href="gestion_des_acces.php"><li class="red">Gestion des accès</li></a>'
|
||||||
.'<a href="enigma.php"><li class="red">Enigma</li></a>'
|
.'<a href="enigma.php"><li class="red">Enigma</li></a>';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue