parent
1ac5e8fb53
commit
41b03143a8
|
@ -18,7 +18,7 @@ global $config;
|
|||
check_login ();
|
||||
|
||||
$gis_w = check_acl ($config['id_user'], 0, 'MW');
|
||||
$gis_m = check_acl ($config['id_user'], 0, 'MM')
|
||||
$gis_m = check_acl ($config['id_user'], 0, 'MM');
|
||||
$access = ($gis_w == true) ? 'MW' : (($gis_m == true) ? 'MM' : 'MW');
|
||||
|
||||
if (!$gis_w && !$gis_m ) {
|
||||
|
|
Loading…
Reference in New Issue