This commit is contained in:
jbousquie 2016-11-30 09:54:20 +01:00
parent a9cba0a794
commit 0f6c022050

View File

@ -1,17 +1,17 @@
<?php <?php
include_once('winlog_admin_conf.php'); include_once('winlog_admin_conf.php');
include_once('connexions.php');
include_once('client_http.php'); include_once('client_http.php');
include_once('session.php'); include_once('session.php');
$username = Username(); $username = Username();
$profil = Profil($username); $profil = Profil($username);
FiltreProfil($profil);
Function bascule_salle($url) { Function bascule_salle($url) {
GetURL($url); GetURL($url);
} }
// blocage autorisé à partir du niveau Personnel autorisé
if ($profil == 2) { if ($profil >= $niveaux[$roles[1]]) {
$action = $_GET["a"]; $action = $_GET["a"];
$salle = $_GET["s"]; $salle = $_GET["s"];