diff options
author | Chris Buechler <cmb@pfsense.org> | 2009-12-17 18:28:20 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2009-12-17 18:28:20 -0500 |
commit | 3b29612ff795b500fe861c17da690b4bebc94708 (patch) | |
tree | be4998e3b1f07a757c2f7793839db896353c4319 /etc/inc/globals.inc | |
parent | 755aecb77689375018c1a504bae0e1a40cbe89e0 (diff) | |
download | pfsense-3b29612ff795b500fe861c17da690b4bebc94708.zip pfsense-3b29612ff795b500fe861c17da690b4bebc94708.tar.gz |
add ability to hide help menu
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index abf7f3c..4fa60d9 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -85,6 +85,7 @@ $g = array( "product_email" => "coreteam@pfsense.org", "hideplatform" => false, "disablethemeselection" => false, + "disablehelpmenu" => false, "debug" => false, "latest_config" => "6.0", "nopkg_platforms" => array("cdrom"), |