You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
678 B
22 lines
678 B
<div>
|
|
<table>
|
|
<tr>
|
|
<td><a href="/pages/gestion/administration.php?page=alias">Alias</a></td>
|
|
<td><a href="/pages/gestion/administration.php?page=domaines">Domaines</a></td>
|
|
<td><a href="/pages/gestion/administration.php?page=listes_noires">Listes noires</a></td>
|
|
<td><a href="/services/sessions/deconnexion.php">Déconnexion</a></a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<?php
|
|
|
|
if (isset($_GET['message']) && !empty($_GET['message'])) {
|
|
switch ($_GET['message']) {
|
|
case "bienvenue":
|
|
echo "<p class=\"messages_retour_ko\">Bienvenue ".$_SESSION['nom_utilisateur'].". Vous êtes authentifié en tant qu'".$_SESSION['privilege_utilisateur'].".</p>";
|
|
break;
|
|
}
|
|
}
|
|
|
|
?>
|