forked from rebillar/site-accueil-insa
vacance dans la bdd ça sert à r
This commit is contained in:
parent
291f1ff465
commit
f015e95d32
2 changed files with 0 additions and 20 deletions
|
@ -32,7 +32,6 @@ if($user_exist != 1) {
|
||||||
.'<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>'
|
||||||
.'<a href="vacances.php"><li class="red">Vacances</li></a>';
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
<?php
|
|
||||||
include "script.php";
|
|
||||||
|
|
||||||
if($user['perm'] < 2) {
|
|
||||||
header('Location: deco.php');
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>Admin / Vacances</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<main>
|
|
||||||
</main>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue