checkPermissions('customer-companies', 'RO', true)) {
showCard('customers', 'companies', '6');
}
if ($GLOBALS['modules_enabled']['servers'] && $API->checkPermissions('servers', 'RO', true)) {
showCard('servers', 'server_overview', '6');
}
if ($GLOBALS['modules_enabled']['office'] && $API->checkPermissions('ofice-stompjes', 'RO', true)) {
showCard('office', 'stompjeslist');
}
if ($GLOBALS['modules_enabled']['autop']) {
showCard('autop', 'platforms');
showCard('autop', 'vendors');
showCard('autop', 'devices');
showCard('autop', 'device_settings');
showCard('autop', 'provisioning');
showCard('autop', 'phonebooks');
}
if ($GLOBALS['modules_enabled']['system']) {
showCard('system', 'access_control');
showCard('system', 'systemconfig');
}
?>