diff options
| author | ivan <ivan> | 2007-02-03 11:36:30 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-02-03 11:36:30 +0000 |
| commit | 590603ecaea3184f64530755a76626be8205da49 (patch) | |
| tree | 0fdb8164cd74bd4cbbd3c2266b8f8bf4cbb7fc00 /httemplate/search/sqlradius.cgi | |
| parent | 14e3560b43ca8a747f4210bd784a0315daeb5e9e (diff) | |
add customer status column to customer & most other reports. also put the C in ACL in the search/ and graph/ directories.
Diffstat (limited to 'httemplate/search/sqlradius.cgi')
| -rw-r--r-- | httemplate/search/sqlradius.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/search/sqlradius.cgi b/httemplate/search/sqlradius.cgi index 486b94d94..324729b6a 100644 --- a/httemplate/search/sqlradius.cgi +++ b/httemplate/search/sqlradius.cgi @@ -84,8 +84,11 @@ % } - <%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List rating data'); + ### # parse cgi params ### |
