diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-06 22:01:05 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-13 18:11:21 -0500 |
commit | af8b1f302097a43229b59cdc2ab9782fbff28dc9 (patch) | |
tree | 8349f969f8febdc63bd4c808f3e5723ca80879e9 /httemplate/misc/process | |
parent | ecf01f1adf08cfbbb489d18c39a9626079112526 (diff) |
RT#18834: Cacti integration [database storage]
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/cacti_graphs.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/misc/process/cacti_graphs.cgi b/httemplate/misc/process/cacti_graphs.cgi index 160b1ad85..f2baeb455 100644 --- a/httemplate/misc/process/cacti_graphs.cgi +++ b/httemplate/misc/process/cacti_graphs.cgi @@ -1,6 +1,9 @@ <% $server->process %> <%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('View customer services'); + my $server = FS::UI::Web::JSRPC->new('FS::part_export::cacti::process_graphs', $cgi); </%init> |