Blame view

site/inscrire.php 331 Bytes
f3564fdb   grouille   Ajout des fichier...
1
2
3
  <!DOCTYPE html>
  
  <html>
00872e67   grouille   Test
4
5
  	<head>
  		<?php include("head.php"); ?>
f3564fdb   grouille   Ajout des fichier...
6
7
8
9
  	</head>
  
  	<!-- Contenu du site -->
  	<body>
011cb454   grouille   Ajout compte
10
11
  		<?php 
  		include("header.php");
c71ae98a   grouille   Test
12
  		if(getGroupe($_SESSION['Login'])==1)
ad69cb1d   grouille   Test
13
14
15
  		{ 
  			include("formInscription.php"); 
  		}
011cb454   grouille   Ajout compte
16
  		else
ad69cb1d   grouille   Test
17
18
19
  		{
  			?><meta http-equiv="Refresh" content="0;url=accueil.php" /><?php
  		}
011cb454   grouille   Ajout compte
20
  		?>
f3564fdb   grouille   Ajout des fichier...
21
  	</body>
011cb454   grouille   Ajout compte
22
  </html>