diff options
| author | ivan <ivan> | 2011-10-14 08:56:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-10-14 08:56:14 +0000 |
| commit | dac4bb8dc3fcdd36fdcaf445c12134103a9d599e (patch) | |
| tree | e0d89739917057214c94f580de2aff82efd19d34 /httemplate/edit/process | |
| parent | a2c71f908a8e1b529f53abbfeb990a4fd0af7468 (diff) | |
maintain freeradius nas table, RT#14697
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/nas.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/process/nas.html b/httemplate/edit/process/nas.html new file mode 100644 index 000000000..04b46a5c0 --- /dev/null +++ b/httemplate/edit/process/nas.html @@ -0,0 +1,7 @@ +<& elements/process.html, table=>'nas', viewall_dir=>'browse', &> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |
