Included library from enterprise
This commit is contained in:
parent
a51851cc79
commit
4968ff3878
|
@ -17,6 +17,8 @@ global $config;
|
|||
|
||||
require_once ($config['homedir'] . '/include/functions_visual_map.php');
|
||||
|
||||
enterprise_include_once('/include/functions_visual_map.php');
|
||||
|
||||
// ACL for the general permission
|
||||
$vconsoles_read = check_acl ($config['id_user'], 0, "VR");
|
||||
$vconsoles_write = check_acl ($config['id_user'], 0, "VW");
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
global $config;
|
||||
|
||||
require_once ($config['homedir'] . '/include/functions_visual_map.php');
|
||||
enterprise_include_once('/include/functions_visual_map.php');
|
||||
|
||||
// ACL for the general permission
|
||||
$vconsoles_read = check_acl ($config['id_user'], 0, "VR");
|
||||
|
|
Loading…
Reference in New Issue