diff options
Diffstat (limited to 'config')
-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 +?> |