summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-import.html
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 21:14:32 +0000
committerivan <ivan>2008-01-13 21:14:32 +0000
commit97e6cec67c0c99ce1b6f0667a09f1e009100189d (patch)
tree1d43c279a429c8284611e98e327a6049e971192d /httemplate/misc/cdr-import.html
parentc223e0957b194e24dccbda5bbc29841385cc0961 (diff)
ACLs
Diffstat (limited to 'httemplate/misc/cdr-import.html')
-rw-r--r--httemplate/misc/cdr-import.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html
index 5e9e2690d..36b2e4cb0 100644
--- a/httemplate/misc/cdr-import.html
+++ b/httemplate/misc/cdr-import.html
@@ -14,3 +14,9 @@ Filename: <INPUT TYPE="file" NAME="csvfile"><BR><BR>
<% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Import');
+
+</%init>