From: Joe Hunt Date: Sat, 8 Sep 2012 17:11:38 +0000 (+0200) Subject: Hide Menu options if not authorized, rerun X-Git-Tag: 2.3-final~427 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=a6db07ce63240f5547f92602877e91dd153e2f56 Hide Menu options if not authorized, rerun --- diff --git a/config.default.php b/config.default.php index a039fc20..cb36c170 100644 --- a/config.default.php +++ b/config.default.php @@ -247,4 +247,10 @@ if (!defined('ICON_EDIT')) */ $AllowCompanySelectionBox = true; +/* Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them? + 0 for no 1 for yes +*/ + + $hide_inaccessible_menu_items = 0; + ?> \ No newline at end of file