From 2f5a60b505b52ef0b71b2d17f2589048b6a5cf8e Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 8 Sep 2012 19:11:38 +0200 Subject: [PATCH] Hide Menu options if not authorized, rerun --- config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.default.php b/config.default.php index a039fc2..cb36c17 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 -- 2.30.2