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/process/cust_main_county.html | |
parent | 97e6cec67c0c99ce1b6f0667a09f1e009100189d (diff) |
ACLs
Diffstat (limited to 'httemplate/edit/process/cust_main_county.html')
-rw-r--r-- | httemplate/edit/process/cust_main_county.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main_county.html b/httemplate/edit/process/cust_main_county.html index 3d9d20b85..cb56166c8 100644 --- a/httemplate/edit/process/cust_main_county.html +++ b/httemplate/edit/process/cust_main_county.html @@ -4,3 +4,10 @@ #someday change the individual element and go away instead ) %> +<%init> + +my $conf = new FS::Conf; +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |