Hide Menu options if not authorized, rerun
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 8 Sep 2012 17:11:38 +0000 (19:11 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 8 Sep 2012 17:11:38 +0000 (19:11 +0200)
config.default.php

index a039fc20e4311c8951e3b528f969bf66c2e34dcb..cb36c1709dadae49dab87af377df08cc03930063 100644 (file)
@@ -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