projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef11c9e
)
Hide Menu options if not authorized, rerun
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 8 Sep 2012 17:11:38 +0000
(19:11 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 8 Sep 2012 17:11:38 +0000
(19:11 +0200)
config.default.php
patch
|
blob
|
history
diff --git
a/config.default.php
b/config.default.php
index a039fc20e4311c8951e3b528f969bf66c2e34dcb..cb36c1709dadae49dab87af377df08cc03930063 100644
(file)
--- 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