inscrire.php
331 Bytes
<!DOCTYPE html>
<html>
<head>
<?php include("head.php"); ?>
</head>
<!-- Contenu du site -->
<body>
<?php
include("header.php");
if(getGroupe($_SESSION['Login'])==1)
{
include("formInscription.php");
}
else
{
?><meta http-equiv="Refresh" content="0;url=accueil.php" /><?php
}
?>
</body>
</html>