summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg_summary.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-04 15:31:13 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-04 15:31:13 -0700
commitaf42c70c94eb8fbb363238fba056d98ee2204b8f (patch)
treef9433868dfea7a2b1410f909315aca5c8a08b618 /httemplate/search/cust_pkg_summary.html
parentf84937b2a6cc6ba63cdab177866b1417c32b1028 (diff)
add "Summarize packages" ACL, RT#16534
Diffstat (limited to 'httemplate/search/cust_pkg_summary.html')
-rw-r--r--httemplate/search/cust_pkg_summary.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html
index a0ef47210..f9adf044e 100644
--- a/httemplate/search/cust_pkg_summary.html
+++ b/httemplate/search/cust_pkg_summary.html
@@ -21,4 +21,8 @@
<% include('/elements/footer.html') %>
<%init>
+
+die "access denied"
+ unless $curuser->access_right('Summarize packages');
+
</%init>