| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 51 | public function set_guest_acl() |
||
| 52 | { |
||
| 53 | $auth['u_ppde_use'] = (int) $this->config['ppde_allow_guest']; |
||
|
1 ignored issue
–
show
|
|||
| 54 | $auth['u_ppde_view_donorlist'] = (int) $this->config['ppde_ipn_dl_allow_guest']; |
||
| 55 | |||
| 56 | $this->auth_admin->acl_set('user', [0], [ANONYMOUS], $auth); |
||
| 57 | } |
||
| 77 |