diff options
Diffstat (limited to 'httemplate/edit/pkg_class.html')
-rw-r--r-- | httemplate/edit/pkg_class.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/pkg_class.html b/httemplate/edit/pkg_class.html index 6f2b072f1..eddbfc16e 100644 --- a/httemplate/edit/pkg_class.html +++ b/httemplate/edit/pkg_class.html @@ -14,3 +14,9 @@ ) %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |