diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-26 14:13:36 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-26 14:13:36 -0300 |
commit | 51950f709f4a9599099d637c384ebf0dde22dbb5 (patch) | |
tree | bbf113069081f890d39f0eb42ca5bae6b6964b47 /etc/inc/authgui.inc | |
parent | 230483ca722dd6c390edf102802db673204cfab5 (diff) | |
parent | 4d9801c2dbd2b3e54a39578ee62b93af66607227 (diff) | |
download | pfsense-51950f709f4a9599099d637c384ebf0dde22dbb5.zip pfsense-51950f709f4a9599099d637c384ebf0dde22dbb5.tar.gz |
Merge branch 'master' into bootstrap
Merge to the commit just before move all files to src/
Diffstat (limited to 'etc/inc/authgui.inc')
-rw-r--r-- | etc/inc/authgui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc index 3126794..721be47 100644 --- a/etc/inc/authgui.inc +++ b/etc/inc/authgui.inc @@ -54,7 +54,7 @@ if (!session_auth()) { * We give them access only to the appropriate pages based on * the user or group privileges. */ -$allowedpages = getAllowedPages($_SESSION['Username']); +$allowedpages = getAllowedPages($_SESSION['Username'], $_SESSION['user_radius_attributes']); /* * redirect to first allowed page if requesting a wrong url |