Frequently Asked Question
How to remove the Support icon?
Last Updated 6 years ago
Open config/config.inc.php and find
$config['enable_onlinesupport'] = TRUE;turn off this switch:
$config['enable_onlinesupport'] = FALSE;then, DbFace will not show the support icon for all your users.