vacance dans la bdd ça sert à r

This commit is contained in:
Baptiste 2022-06-15 23:06:04 +02:00
parent 291f1ff465
commit f015e95d32
2 changed files with 0 additions and 20 deletions

View file

@ -32,7 +32,6 @@ if($user_exist != 1) {
.'<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="enigma.php"><li class="red">Enigma</li></a>'
.'<a href="vacances.php"><li class="red">Vacances</li></a>';
break;
}

View file

@ -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>