fix
This commit is contained in:
parent
a9cba0a794
commit
0f6c022050
@ -1,17 +1,17 @@
|
||||
<?php
|
||||
include_once('winlog_admin_conf.php');
|
||||
include_once('connexions.php');
|
||||
include_once('client_http.php');
|
||||
include_once('session.php');
|
||||
|
||||
$username = Username();
|
||||
$profil = Profil($username);
|
||||
FiltreProfil($profil);
|
||||
|
||||
Function bascule_salle($url) {
|
||||
GetURL($url);
|
||||
}
|
||||
|
||||
if ($profil == 2) {
|
||||
// blocage autorisé à partir du niveau Personnel autorisé
|
||||
if ($profil >= $niveaux[$roles[1]]) {
|
||||
|
||||
$action = $_GET["a"];
|
||||
$salle = $_GET["s"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user