Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PHP
76
acl allow
Guest on 10th February 2023 02:33:53 PM
<?php
$acl
->
allow
(
'owner'
,
'blogPost'
,
'publish'
)
;
$acl
->
allow
(
'publisher'
,
'blogPost'
,
'publish'
)
;
?>
Raw Paste
<?php $acl->allow('owner', 'blogPost', 'publish'); $acl->allow('publisher', 'blogPost', 'publish'); ?>
Login
or
Register
to edit or fork this paste. It's free.