{include file="phpgacl/header.tpl"} {include file="phpgacl/navigation.tpl"}
{section name=x loop=$acls} {/section}
{include file="phpgacl/pager.tpl" pager_data=$paging_data link="?"}
# Section > ACO Section > ARO Return Value ACL_CHECK() Code Debug Time (ms) Access
{$smarty.section.x.iteration} {$acls[x].display_aco_name} {$acls[x].aro_section_name} > {$acls[x].aro_name} {$acls[x].return_value}
acl_check('{$acls[x].aco_section_value}', '{$acls[x].aco_value}', '{$acls[x].aro_section_value}', '{$acls[x].aro_value}') [ debug ] {$acls[x].acl_check_time} {if $acls[x].access} ALLOW {else} DENY {/if}
{include file="phpgacl/pager.tpl" pager_data=$paging_data link="?"}

Summary
Total ACL Check(s) {$total_acl_checks}
Average Time / Check {$avg_acl_check_time}ms

{include file="phpgacl/footer.tpl"}