diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-10-12 18:09:04 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-10-12 18:09:04 -0300 |
commit | 73c2f873521460dcdf0dbad6b7699c33e7934e9f (patch) | |
tree | 9f2952f3bc52a1765f5cdab02fa6ae0ed7c00814 /config/sarg | |
parent | d90859680d0f8635d729cb2c46996f2bfa7e31c8 (diff) | |
download | pfsense-packages-73c2f873521460dcdf0dbad6b7699c33e7934e9f.tar.gz pfsense-packages-73c2f873521460dcdf0dbad6b7699c33e7934e9f.tar.bz2 pfsense-packages-73c2f873521460dcdf0dbad6b7699c33e7934e9f.zip |
sarg - add permission to sarg_frame.php on priv.inc file
Diffstat (limited to 'config/sarg')
-rw-r--r-- | config/sarg/sarg.priv.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/sarg/sarg.priv.inc b/config/sarg/sarg.priv.inc index 2de21519..4878c96e 100644 --- a/config/sarg/sarg.priv.inc +++ b/config/sarg/sarg.priv.inc @@ -7,6 +7,7 @@ $priv_list['page-status-sarg-reports']['name'] = "WebCfg - Status: Sarg reports" $priv_list['page-status-sarg-reports']['descr'] = "Allow access to sarg reports page."; $priv_list['page-status-sarg-reports']['match'] = array(); $priv_list['page-status-sarg-reports']['match'][] = "sarg_reports.php*"; +$priv_list['page-status-sarg-reports']['match'][] = "sarg_frame.php*"; $priv_list['page-status-sarg-reports']['match'][] = "sarg_realtime.php*"; -?>
\ No newline at end of file +?> |