Security
Code Block |
---|
<cfimport taglib="farcry.core.tags.security" prefix="sec" /> |
sec:CheckPermission
This tag checks the specified permissions for the current user. If the permission is not granted, the enclosed code is not executed.
...
Code Block |
---|
<cfimport taglib="farcry.core.tags.security" prefix="sec" /> |
This tag checks the specified permissions for the current user. If the permission is not granted, the enclosed code is not executed.
...