-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
42 lines (37 loc) · 1.17 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
header('location: ./Controller/index.php')
//session_start();
// if (isset($_POST['admin'])){
// $_SESSION['droit']="admin";
// header('location:login.php');
// }
//if (isset($_POST['prof'])){
// $_SESSION['droit']="prof";
// header('location:login.php');
//
//}
//if (isset($_POST['scolarite'])){
// $_SESSION['droit']="scolarite";
// header('location:login.php');
//
//}
?>
<?php //require "header.php";?>
<!--<div class="container" style="margin: 0 auto;text-align: center">-->
<!-- <div class="page-header">-->
<!-- <h3>Bienvenu dans l'application de gestion des Absences</h3>-->
<!-- <h1><small>Bienvenu, se connecter en tant que:</small></h1>-->
<!-- </div>-->
<!---->
<!-- <div>-->
<!-- <form method="post">-->
<!-- <button name="admin" class="btn btn-primary col">Admin</button>-->
<!-- <button name="prof" class="btn btn-dark col">Prof</button>-->
<!-- <button name="scolarite" class="btn btn-danger col">Scolarité</button>-->
<!-- </form>-->
<!---->
<!-- </div>-->
<!---->
<!--</div>-->
<!---->
<?php //require 'footer.php';?>