Included library from enterprise

This commit is contained in:
fbsanchez 2018-08-02 10:07:47 +02:00
parent a51851cc79
commit 4968ff3878
2 changed files with 3 additions and 0 deletions

View File

@ -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");

View File

@ -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");