mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed syntax error.
This commit is contained in:
parent
162e084c8a
commit
8ed490e19e
@ -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…
x
Reference in New Issue
Block a user