fix
This commit is contained in:
parent
a9cba0a794
commit
0f6c022050
@ -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"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user