diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-12-02 05:34:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-12-02 05:34:18 +0000 |
commit | b8f82cd79a58fc7a7830c517d473c445ab69d2f4 (patch) | |
tree | 61406bf86276db63858a5f257a2d11a7b53e38be /etc/inc | |
parent | 0ab7198a11b1fffab2d53647e3528e0cbf81f0f8 (diff) | |
download | pfsense-b8f82cd79a58fc7a7830c517d473c445ab69d2f4.zip pfsense-b8f82cd79a58fc7a7830c517d473c445ab69d2f4.tar.gz |
Only show menu subitems that the user has access to.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/functions.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc index fbd1b99..ded7c77 100644 --- a/etc/inc/functions.inc +++ b/etc/inc/functions.inc @@ -81,5 +81,6 @@ require_once("pfsense-utils.inc"); require_once("util.inc"); require_once("vpn.inc"); require_once("vslb.inc"); +require_once("notices.inc"); ?>
\ No newline at end of file |