diff options
| author | ivan <ivan> | 2008-01-13 21:36:09 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 21:36:09 +0000 |
| commit | 2bee469e81f4963d83b9bf020c817dcb436a6a80 (patch) | |
| tree | d3509afb4a827279a50241a7f065e0d3481052f8 /httemplate/edit/inventory_class.html | |
| parent | 97e6cec67c0c99ce1b6f0667a09f1e009100189d (diff) | |
ACLs
Diffstat (limited to 'httemplate/edit/inventory_class.html')
| -rw-r--r-- | httemplate/edit/inventory_class.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/inventory_class.html b/httemplate/edit/inventory_class.html index beefcd580..3ab47fe28 100644 --- a/httemplate/edit/inventory_class.html +++ b/httemplate/edit/inventory_class.html @@ -8,3 +8,9 @@ 'viewall_dir' => 'browse', ) %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |
